Update Claude model to opus 4-6
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||||
settings = {
|
settings = {
|
||||||
model = "anthropic/claude-opus-4-5";
|
model = "anthropic/claude-opus-4-6";
|
||||||
small_model = "opencode/minimax-m2.1";
|
small_model = "opencode/minimax-m2.1";
|
||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
plugin = ["opencode-anthropic-auth"];
|
plugin = ["opencode-anthropic-auth"];
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
};
|
};
|
||||||
agent = {
|
agent = {
|
||||||
plan = {
|
plan = {
|
||||||
model = "anthropic/claude-opus-4-5";
|
model = "anthropic/claude-opus-4-6";
|
||||||
};
|
};
|
||||||
explore = {
|
explore = {
|
||||||
model = "opencode/minimax-m2.1";
|
model = "opencode/minimax-m2.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user