Commit b4a45bc
committed
🔧 Update Claude model version
Upgrade Claude model to latest version
This commit updates the Claude AI model to the latest version:
- Change default model in src/llm_providers/claude.rs from
'claude-3-5-sonnet-20240620' to 'claude-3-5-sonnet-20241022'
- Update corresponding test in tests/llm_tests.rs
This ensures we're using the most up-to-date version of Claude,
potentially benefiting from improved performance and capabilities.1 parent 152ad2c commit b4a45bc
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments