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