Fix: correct Google OpenAI-compatible api_base URL
This commit is contained in:
parent
8496c3ed2d
commit
047f055f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ data:
|
|||
{
|
||||
"model_name": "gemini-flash",
|
||||
"model": "gemini/gemini-3-flash-preview",
|
||||
"api_base": "https://generativelanguage.googleapis.com/v1beta",
|
||||
"api_base": "https://generativelanguage.googleapis.com/v1beta/openai/",
|
||||
"api_key": "file://secrets/google-api-key",
|
||||
"request_timeout": 300
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue