-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump claude-opus to 4-7 #1482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,9 +2,9 @@ | |||||
| "env": { | ||||||
| "ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/agy", | ||||||
| "ANTHROPIC_AUTH_TOKEN": "__CLIPROXY_API_KEY__", | ||||||
| "ANTHROPIC_MODEL": "claude-opus-4-6", | ||||||
| "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6", | ||||||
| "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-6", | ||||||
| "ANTHROPIC_MODEL": "claude-opus-4-7", | ||||||
| "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-7", | ||||||
| "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-7", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
On Line 7, 🔧 Proposed fix- "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-7",
+ "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-sonnet-4-6" | ||||||
| } | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
ANTHROPIC_DEFAULT_SONNET_MODELis being updated toclaude-opus-4-7. This indicates that the Sonnet model setting is incorrectly mapped to the Opus model version in the underlying template. This will result in higher API costs and potentially different model behavior than intended for Sonnet-level tasks. It should likely be set toclaude-sonnet-4-6to align with the Sonnet tier.