oh-my-opencode: fix json config

This commit is contained in:
2026-03-02 23:38:33 -05:00
parent 05b237f49c
commit 6fcdb72403

View File

@@ -17,19 +17,19 @@ let
agents = { agents = {
sisyphus.model = opus-model; sisyphus.model = opus-model;
sisyphus-junior.model = opus-model; sisyphus-junior.model = opus-model;
oracle = opus-model; oracle.model = opus-model;
librarian.model = haiku-model; librarian.model = haiku-model;
explore.model = haiku-model; explore.model = haiku-model;
multimodal-looker.model = "openrouter/qwen/qwen3-vl-30b-a3b-thinking"; multimodal-looker.model = "openrouter/qwen/qwen3-vl-30b-a3b-thinking";
prometheus.model = opus-model; prometheus.model = opus-model;
metis.model = opus-model; metis.model = opus-model;
momus = opus-model; momus.model = opus-model;
atlas.model = opus-model; atlas.model = opus-model;
}; };
categories = { categories = {
visual-engineering.model = "openrouter/google/gemini-3-pro"; visual-engineering.model = "openrouter/google/gemini-3-pro";
ultrabrain = opus-model; ultrabrain.model = opus-model;
artistry = { artistry = {
model = "openrouter/google/gemini-3-pro"; model = "openrouter/google/gemini-3-pro";
variant = "max"; variant = "max";