updated to match new pydantic method

This commit is contained in:
2026-02-12 09:35:59 -07:00
parent ec1b4af657
commit 3d5ec7a134
+1 -2
View File
@@ -7,5 +7,4 @@ class Settings(BaseSettings):
safedir: str = "./workspace"
max_tokens: int = 500
class Config:
env_file = ".env"
model_config = {"env_file": ".env"}