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