mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
Duplicate Bot: Update retired Claude model (#59424)
claude-sonnet-4-20250514 was retired by Anthropic on June 15, 2026, causing the "Comment on potential duplicate bug/crash reports" workflow to fail with a 404 from /v1/messages on the first call_claude invocation. Switch to the recommended replacement, claude-sonnet-4-6. Release Notes: - N/A
This commit is contained in:
parent
6661273a41
commit
ed6e747bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ def call_claude(api_key, system, user_content, max_tokens=1024):
|
|||
"content-type": "application/json",
|
||||
},
|
||||
json={
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model": "claude-sonnet-4-6",
|
||||
"max_tokens": max_tokens,
|
||||
"temperature": 0.0,
|
||||
"system": system,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue