Update base_config.py

This commit is contained in:
Vasilije 2025-01-16 13:19:43 +01:00 committed by GitHub
parent 58526a6a24
commit cc29cd003f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ class BaseConfig(BaseSettings):
langfuse_host: Optional[str] = os.getenv("LANGFUSE_HOST")
model_config = SettingsConfigDict(env_file=".env", extra="allow")
def to_dict(self) -> dict:
return {
"data_root_directory": self.data_root_directory,