switch to sonnet 5
This commit is contained in:
parent
b395e631d4
commit
3b4ba3be3f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
tool_permissions.default = "allow";
|
tool_permissions.default = "allow";
|
||||||
default_model = {
|
default_model = {
|
||||||
provider = "copilot_chat";
|
provider = "copilot_chat";
|
||||||
model = "claude-sonnet-4.6";
|
model = "claude-sonnet-5";
|
||||||
effort = "high";
|
effort = "high";
|
||||||
enable_thinking = false;
|
enable_thinking = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue