From 9faa224885510429efa52c17c9da25dc3c73fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastjan=20Arti=C4=8D?= Date: Wed, 29 Apr 2026 08:22:10 +0000 Subject: [PATCH] =?UTF-8?q?Upgrade=20Claude=20model:=20Haiku=204.5=20?= =?UTF-8?q?=E2=86=92=20Sonnet=204.6=20for=20better=20Slavic=20language=20t?= =?UTF-8?q?ranscript=20correction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze.py b/scripts/analyze.py index 34a042a..e3d543f 100644 --- a/scripts/analyze.py +++ b/scripts/analyze.py @@ -509,7 +509,7 @@ V "corrected_segments" vključi VSE segmente iz inputa s popravljenim besedilom import urllib.request import urllib.error body = json.dumps({ - "model": "claude-haiku-4-5-20251001", + "model": "claude-sonnet-4-6", "max_tokens": 4096, "messages": [{"role": "user", "content": prompt}], }).encode("utf-8")