opencode: change models
This commit is contained in:
@@ -10,13 +10,13 @@ let
|
||||
"$schema" =
|
||||
"https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
||||
agents = {
|
||||
Sisyphus.model = "opencode/glm-4.7-free";
|
||||
librarian.model = "opencode/glm-4.7-free";
|
||||
explore.model = "opencode/glm-4.7-free";
|
||||
oracle.model = "opencode/glm-4.7-free";
|
||||
frontend-ui-ux-engineer.model = "opencode/glm-4.7-free";
|
||||
document-writer.model = "opencode/glm-4.7-free";
|
||||
multimodal-looker.model = "opencode/glm-4.7-free";
|
||||
Sisyphus.model = "anthropic/claude-opus-4-5";
|
||||
librarian.model = "anthropic/claude-haiku-4-5";
|
||||
explore.model = "anthropic/claude-haiku-4-5";
|
||||
oracle.model = "openrouter/openai/gpt-5.2";
|
||||
frontend-ui-ux-engineer.model = "openrouter/google/gemini-3-pro-preview";
|
||||
document-writer.model = "anthropic/claude-sonnet-4-5";
|
||||
multimodal-looker.model = "openrouter/allenai/molmo-2-8b:free";
|
||||
};
|
||||
};
|
||||
in
|
||||
@@ -50,7 +50,7 @@ in
|
||||
settings = {
|
||||
theme = "opencode";
|
||||
|
||||
model = "opencode/glm-4.7-free";
|
||||
model = "anthropic/claude-opus-4-5";
|
||||
# small model used for titles
|
||||
small_model = "openrouter/openai/gpt-oss-20b:free";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user