Fix Claude model name to claude-sonnet-4-6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
73b1a0feda
commit
86628de88e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue