mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
Both English and Chinese documentation had incorrect configuration template using 'fallback' instead of 'fallbacks' in agents.defaults.model config. Co-authored-by: damaozi <1811866786@qq.com>
This commit is contained in:
@@ -149,7 +149,7 @@ Once configured, all your Ollama models are available:
|
|||||||
defaults: {
|
defaults: {
|
||||||
model: {
|
model: {
|
||||||
primary: "ollama/llama3.3",
|
primary: "ollama/llama3.3",
|
||||||
fallback: ["ollama/qwen2.5-coder:32b"],
|
fallbacks: ["ollama/qwen2.5-coder:32b"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ export OLLAMA_API_KEY="ollama-local"
|
|||||||
defaults: {
|
defaults: {
|
||||||
model: {
|
model: {
|
||||||
primary: "ollama/llama3.3",
|
primary: "ollama/llama3.3",
|
||||||
fallback: ["ollama/qwen2.5-coder:32b"],
|
fallbacks: ["ollama/qwen2.5-coder:32b"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user