updated to match new pydantic method
This commit is contained in:
+1
-2
@@ -7,5 +7,4 @@ class Settings(BaseSettings):
|
||||
safedir: str = "./workspace"
|
||||
max_tokens: int = 500
|
||||
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
model_config = {"env_file": ".env"}
|
||||
|
||||
Reference in New Issue
Block a user