increase max_tokens to realistic limit
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
|
||||
anthropic_api_key: str
|
||||
model: str = "claude-sonnet-4-5-20250929"
|
||||
safedir: str = "./workspace"
|
||||
max_tokens: int = 500
|
||||
max_tokens: int = 8096
|
||||
|
||||
model_config = {"env_file": PROJECT_ROOT / ".env"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user