mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
Update env-vars for Google Gemini API correct integration
I'm sorry but Google and LangChain keep changing their specs. Here's the correct one to call Gemini API through Google AI Studio.
This commit is contained in:
parent
b73f29a348
commit
cc17c29b76
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ API_KEY_OPENAI=
|
|||
API_KEY_ANTHROPIC=
|
||||
API_KEY_GROQ=
|
||||
API_KEY_PERPLEXITY=
|
||||
API_KEY_GOOGLE=
|
||||
GOOGLE_API_KEY=
|
||||
API_KEY_OPENROUTER=
|
||||
|
||||
API_KEY_OPENAI_AZURE=
|
||||
|
|
@ -20,4 +20,4 @@ PYDEVD_DISABLE_FILE_VALIDATION=1
|
|||
|
||||
OLLAMA_BASE_URL="http://127.0.0.1:11434"
|
||||
LM_STUDIO_BASE_URL="http://127.0.0.1:1234/v1"
|
||||
OPEN_ROUTER_BASE_URL="https://openrouter.ai/api/v1"
|
||||
OPEN_ROUTER_BASE_URL="https://openrouter.ai/api/v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue