1
This commit is contained in:
@@ -8,6 +8,7 @@ class Settings(BaseSettings):
|
||||
app_data_dir: Path = Path("./data")
|
||||
database_path: Path = Path("./data/app.db")
|
||||
mistral_api_key: str = ""
|
||||
mistral_ocr_model: str = "mistral-ocr-latest"
|
||||
deepgram_api_key: str = ""
|
||||
|
||||
model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8", extra="ignore")
|
||||
|
||||
Reference in New Issue
Block a user