feat(k3s): sync fallback model chain to main
This commit is contained in:
parent
1ec70054d8
commit
ad7fe7f19f
2 changed files with 10 additions and 2 deletions
|
|
@ -14,7 +14,11 @@
|
||||||
"/home/picoclaw/.picoclaw/memory"
|
"/home/picoclaw/.picoclaw/memory"
|
||||||
],
|
],
|
||||||
"provider": "",
|
"provider": "",
|
||||||
"model_name": "nemotron-3-super-120b-a12b",
|
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
|
||||||
|
"fallback_models": [
|
||||||
|
"openrouter/anthropic/claude-3.5-sonnet",
|
||||||
|
"openrouter/google/gemini-2.0-flash-001"
|
||||||
|
],
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_tool_iterations": 50,
|
"max_tool_iterations": 50,
|
||||||
"summarize_message_threshold": 20,
|
"summarize_message_threshold": 20,
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,11 @@ data:
|
||||||
"/home/picoclaw/.picoclaw/memory"
|
"/home/picoclaw/.picoclaw/memory"
|
||||||
],
|
],
|
||||||
"provider": "",
|
"provider": "",
|
||||||
"model_name": "nemotron-3-super-120b-a12b",
|
"model_name": "nvidia/llama-3.1-nemotron-70b-instruct",
|
||||||
|
"fallback_models": [
|
||||||
|
"openrouter/anthropic/claude-3.5-sonnet",
|
||||||
|
"openrouter/google/gemini-2.0-flash-001"
|
||||||
|
],
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_tool_iterations": 50,
|
"max_tool_iterations": 50,
|
||||||
"summarize_message_threshold": 20,
|
"summarize_message_threshold": 20,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue