feat(k3s): update fallback models to strictly free endpoints
This commit is contained in:
parent
ad7fe7f19f
commit
e115090ced
2 changed files with 4 additions and 4 deletions
|
|
@ -16,8 +16,8 @@
|
|||
"provider": "",
|
||||
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
|
||||
"fallback_models": [
|
||||
"openrouter/anthropic/claude-3.5-sonnet",
|
||||
"openrouter/google/gemini-2.0-flash-001"
|
||||
"openrouter/google/gemini-2.0-flash-exp:free",
|
||||
"openrouter/mistralai/mistral-7b-instruct:free"
|
||||
],
|
||||
"max_tokens": 32768,
|
||||
"max_tool_iterations": 50,
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ data:
|
|||
"provider": "",
|
||||
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
|
||||
"fallback_models": [
|
||||
"openrouter/anthropic/claude-3.5-sonnet",
|
||||
"openrouter/google/gemini-2.0-flash-001"
|
||||
"openrouter/google/gemini-2.0-flash-exp:free",
|
||||
"openrouter/mistralai/mistral-7b-instruct:free"
|
||||
],
|
||||
"max_tokens": 32768,
|
||||
"max_tool_iterations": 50,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue