fix(k3s): correct fallback field name to model_fallbacks and use free models

This commit is contained in:
stevef 2026-04-19 16:01:38 +02:00
parent c5f9fd9c94
commit a23797bef1
2 changed files with 6 additions and 6 deletions

View file

@ -15,9 +15,9 @@
], ],
"provider": "", "provider": "",
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct", "model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
"fallback_models": [ "model_fallbacks": [
"openrouter/anthropic/claude-3.5-sonnet", "openrouter/google/gemini-2.0-flash-exp:free",
"openrouter/google/gemini-2.0-flash-001" "openrouter/mistralai/mistral-7b-instruct:free"
], ],
"max_tokens": 32768, "max_tokens": 32768,
"max_tool_iterations": 50, "max_tool_iterations": 50,

View file

@ -22,9 +22,9 @@ data:
], ],
"provider": "", "provider": "",
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct", "model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
"fallback_models": [ "model_fallbacks": [
"openrouter/anthropic/claude-3.5-sonnet", "openrouter/google/gemini-2.0-flash-exp:free",
"openrouter/google/gemini-2.0-flash-001" "openrouter/mistralai/mistral-7b-instruct:free"
], ],
"max_tokens": 32768, "max_tokens": 32768,
"max_tool_iterations": 50, "max_tool_iterations": 50,