Update base_config.py
This commit is contained in:
parent
58526a6a24
commit
cc29cd003f
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ class BaseConfig(BaseSettings):
|
||||||
langfuse_host: Optional[str] = os.getenv("LANGFUSE_HOST")
|
langfuse_host: Optional[str] = os.getenv("LANGFUSE_HOST")
|
||||||
model_config = SettingsConfigDict(env_file=".env", extra="allow")
|
model_config = SettingsConfigDict(env_file=".env", extra="allow")
|
||||||
|
|
||||||
|
|
||||||
def to_dict(self) -> dict:
|
def to_dict(self) -> dict:
|
||||||
return {
|
return {
|
||||||
"data_root_directory": self.data_root_directory,
|
"data_root_directory": self.data_root_directory,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue