Commit dea86d5
committed
🔨 Update default models for Anthropic and Google
Update the default model identifiers for the Anthropic and Google LLM
providers to use more recent versions.
- The Anthropic default model is changed from `claude-3-7-sonnet-latest`
to `claude-sonnet-4-20250514`.
- The Google default model is changed from `gemini-2.0-flash` to
`gemini-2.5-pro-preview-06-05`.
The unit tests in `llm_tests.rs` have been updated to reflect these
new default values.1 parent 00de58d commit dea86d5
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | | - | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments