From 3f64b70e182d8553559e3f441a444c5eeadc94a4 Mon Sep 17 00:00:00 2001 From: Riccardo Senica Date: Sat, 27 Sep 2025 21:03:01 +0800 Subject: [PATCH] chore: update claude version --- utils/anthropicClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/anthropicClient.ts b/utils/anthropicClient.ts index c3bb9e9..0102bcd 100644 --- a/utils/anthropicClient.ts +++ b/utils/anthropicClient.ts @@ -20,7 +20,7 @@ export async function makeRequest(prompt: string, tool: T) { try { const response = await client.messages.create({ - model: 'claude-3-5-sonnet-20241022', + model: 'claude-sonnet-4-20250514', max_tokens: 8192, temperature: 1, tools: [tool],