revert back to correct default
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ PROJECT_ROOT = Path(__file__).parent.parent
|
|||||||
class Settings(BaseSettings):
|
class Settings(BaseSettings):
|
||||||
anthropic_api_key: str
|
anthropic_api_key: str
|
||||||
model: str = "claude-sonnet-4-5-20250929"
|
model: str = "claude-sonnet-4-5-20250929"
|
||||||
safedir: str = "/home/ewpt3ch/dev-agent/secure-agent"
|
safedir: str = "./workspace"
|
||||||
max_tokens: int = 500
|
max_tokens: int = 500
|
||||||
|
|
||||||
model_config = {"env_file": PROJECT_ROOT / ".env"}
|
model_config = {"env_file": PROJECT_ROOT / ".env"}
|
||||||
|
|||||||
Reference in New Issue
Block a user