mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-14 06:07:17 +08:00
api key update
This commit is contained in:
parent
12ce9e307d
commit
a11e9b4a80
@ -66,7 +66,7 @@ Configuration to use with an MCP client:
|
|||||||
"type": "stdio",
|
"type": "stdio",
|
||||||
"command": "uv",
|
"command": "uv",
|
||||||
"args": ["run", "path/to/ollama-python/examples/web-search-mcp.py"],
|
"args": ["run", "path/to/ollama-python/examples/web-search-mcp.py"],
|
||||||
"env": { "OLLAMA_API_KEY": "api-key" }
|
"env": { "OLLAMA_API_KEY": "your_api_key_here" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user