Fix Claude model name to claude-sonnet-4-6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-08 17:31:59 +00:00
parent 73b1a0feda
commit 86628de88e

View file

@ -13,7 +13,7 @@ class Settings(BaseSettings):
conversation_window: int = 15
max_response_tokens: int = 300
conversation_ttl: int = 86400 # 24 hours
model: str = "claude-sonnet-4-6-20250514"
model: str = "claude-sonnet-4-6"
model_config = {"env_file": ".env"}