Remove deprecated Claude 3.5 models (#4590)

This commit is contained in:
Angie Jones 2025-09-10 14:41:02 -05:00 committed by GitHub
parent 5e478e56c1
commit 63f3669cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 128 additions and 154 deletions

View file

@ -89,7 +89,7 @@ You can also specify which AI provider and model to use for a specific recipe:
```yaml
settings:
goose_provider: "anthropic"
goose_model: "claude-3-5-sonnet-latest"
goose_model: "claude-sonnet-4-20250514"
temperature: 0.8
```