Skip to content

Commit 0d6a968

Browse files
hubyrodclaude
andcommitted
Fix Anthropic model ID to claude-sonnet-4-5-20241022
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5097a0f commit 0d6a968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/summary/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export async function POST(request: Request) {
227227
}
228228
const anthropic = new Anthropic({ apiKey });
229229
const aiResponse = await anthropic.messages.create({
230-
model: "claude-sonnet-4-5-20250514",
230+
model: "claude-sonnet-4-5-20241022",
231231
max_tokens: 2048,
232232
messages: [
233233
{

0 commit comments

Comments
 (0)