Switch to sonnet model for claude-code
This commit is contained in:
parent
9115d69865
commit
fe6de7cabd
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ in
|
||||||
|
|
||||||
model = mkOption {
|
model = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "opusplan";
|
default = "sonnet";
|
||||||
description = "Default model to use with Claude Code";
|
description = "Default model to use with Claude Code";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue