back to claude

This commit is contained in:
2026-03-12 12:49:02 -04:00
parent 1e90496ccc
commit 5a830ceb32

View File

@@ -7,9 +7,9 @@
}: }:
let let
# what model should be used in place of haiku? # what model should be used in place of haiku?
haiku-model = "zai-coding-plan/glm-5"; haiku-model = "anthropic/claude-haiku-4-5";
opus-model = "zai-coding-plan/glm-5"; opus-model = "anthropic/claude-opus-4-6";
ohMyOpencodeConfig = { ohMyOpencodeConfig = {
"$schema" = "$schema" =
@@ -20,7 +20,7 @@ let
oracle.model = 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 = "anthropic/claude-opus-4.6"; multimodal-looker.model = "anthropic/claude-opus-4-6";
prometheus.model = opus-model; prometheus.model = opus-model;
metis.model = opus-model; metis.model = opus-model;