cp: follow root nixpkgs to fix copyparty eval error
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 17s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 17s
This commit is contained in:
parent
3fc3bdc325
commit
83d1f4086d
3 changed files with 8 additions and 5 deletions
|
|
@ -44,8 +44,8 @@
|
|||
default_model = {
|
||||
provider = "copilot_chat";
|
||||
model = "claude-sonnet-5";
|
||||
effort = "high";
|
||||
enable_thinking = false;
|
||||
effort = "low";
|
||||
enable_thinking = true;
|
||||
};
|
||||
};
|
||||
theme = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue