Update Claude model to opus 4-6

This commit is contained in:
2026-02-05 18:37:52 +00:00
parent 9288aef5c7
commit 1a79b5fa9f

View File

@@ -15,7 +15,7 @@
enable = true;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
settings = {
model = "anthropic/claude-opus-4-5";
model = "anthropic/claude-opus-4-6";
small_model = "opencode/minimax-m2.1";
theme = "catppuccin";
plugin = ["opencode-anthropic-auth"];
@@ -33,7 +33,7 @@
};
agent = {
plan = {
model = "anthropic/claude-opus-4-5";
model = "anthropic/claude-opus-4-6";
};
explore = {
model = "opencode/minimax-m2.1";