feat(k3s): sync free fallback models to main

This commit is contained in:
stevef 2026-04-19 15:59:43 +02:00
parent e115090ced
commit c5f9fd9c94
2 changed files with 4 additions and 4 deletions

View file

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

View file

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