api key update

This commit is contained in:
ParthSareen 2025-09-23 21:48:54 -07:00
parent 12ce9e307d
commit a11e9b4a80

View File

@ -66,7 +66,7 @@ Configuration to use with an MCP client:
"type": "stdio",
"command": "uv",
"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" }
}
}
}