Skip to content

Commit

Permalink
fix(config): restore Config.ROOT_DIR_PATH (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 3, 2024
1 parent 75817ce commit b33e454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openadapt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def __call__(self) -> dict[str, Any]:
class Config(BaseSettings):
"""Configuration class for OpenAdapt."""

ROOT_DIR_PATH: str = str(ROOT_DIR_PATH)

# Privacy
PRIVATE_AI_API_KEY: str = ""

Expand Down

0 comments on commit b33e454

Please sign in to comment.