mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
chore(cli): change default model to anthropic/claude-opus-4.5 (#10544)
This commit is contained in:
parent
eb7d8f4f2c
commit
caa37792ca
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import { getEnvVarName, getApiKeyFromEnv, getDefaultExtensionPath } from "./util
|
|||
const DEFAULTS = {
|
||||
mode: "code",
|
||||
reasoningEffort: "medium" as const,
|
||||
model: "anthropic/claude-sonnet-4.5",
|
||||
model: "anthropic/claude-opus-4.5",
|
||||
}
|
||||
|
||||
const REASONING_EFFORTS = [...reasoningEffortsExtended, "unspecified", "disabled"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue