mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
chore: add missing 3.7 sonnet modelid
This commit is contained in:
parent
d2b4a83605
commit
38cf054391
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export class AnthropicHandler extends BaseProvider implements SingleCompletionHa
|
|||
|
||||
// Then check for models that support prompt caching
|
||||
switch (modelId) {
|
||||
case "claude-3-7-sonnet-20250219":
|
||||
case "claude-3-5-sonnet-20241022":
|
||||
case "claude-3-5-haiku-20241022":
|
||||
case "claude-3-opus-20240229":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue