chore: restore stable Gemini configuration for k3s deployment
This commit is contained in:
parent
6c0f36a44d
commit
93184bd0f9
1 changed files with 6 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ data:
|
||||||
"restrict_to_workspace": true,
|
"restrict_to_workspace": true,
|
||||||
"allow_read_outside_workspace": false,
|
"allow_read_outside_workspace": false,
|
||||||
"provider": "",
|
"provider": "",
|
||||||
"model_name": "gemini-2.0-flash",
|
"model_name": "gemini-flash",
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_tool_iterations": 50,
|
"max_tool_iterations": 50,
|
||||||
"summarize_message_threshold": 20,
|
"summarize_message_threshold": 20,
|
||||||
|
|
@ -252,10 +252,11 @@ data:
|
||||||
"api_base": "https://api.deepseek.com/v1"
|
"api_base": "https://api.deepseek.com/v1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model_name": "gemini-2.0-flash",
|
"model_name": "gemini-flash",
|
||||||
"model": "gemini/gemini-2.0-flash-exp",
|
"model": "openai/gemini-1.5-flash",
|
||||||
"api_base": "https://generativelanguage.googleapis.com/v1beta",
|
"api_base": "https://generativelanguage.googleapis.com/v1beta/openai/",
|
||||||
"api_key": "file://secrets/google-api-key"
|
"api_key": "env://GOOGLE_API_KEY",
|
||||||
|
"request_timeout": 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model_name": "qwen-plus",
|
"model_name": "qwen-plus",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue