docs: fix atlas agent name case in example config
This commit is contained in:
parent
6f60f03433
commit
aa244e8098
@ -128,7 +128,7 @@ Here's a real-world config for a user with **Claude, OpenAI, Gemini, and Z.ai**
|
|||||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||||
"agents": {
|
"agents": {
|
||||||
// Override specific agents only - rest use fallback chain
|
// Override specific agents only - rest use fallback chain
|
||||||
"Atlas": { "model": "anthropic/claude-sonnet-4-5", "variant": "max" },
|
"atlas": { "model": "anthropic/claude-sonnet-4-5", "variant": "max" },
|
||||||
"librarian": { "model": "zai-coding-plan/glm-4.7" },
|
"librarian": { "model": "zai-coding-plan/glm-4.7" },
|
||||||
"explore": { "model": "opencode/gpt-5-nano" },
|
"explore": { "model": "opencode/gpt-5-nano" },
|
||||||
"multimodal-looker": { "model": "zai-coding-plan/glm-4.6v" }
|
"multimodal-looker": { "model": "zai-coding-plan/glm-4.6v" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user