pull from main

This commit is contained in:
Gokul Mohanarangan
2023-08-17 09:38:35 +05:30
10 changed files with 158 additions and 670 deletions

View File

@@ -9,6 +9,9 @@ class Settings(BaseSettings):
# Database
DATABASE_URL: str = "sqlite:///./reflector.sqlite3"
# local data directory (audio for no)
DATA_DIR: str = "./data"
# Whisper
WHISPER_MODEL_SIZE: str = "tiny"
WHISPER_REAL_TIME_MODEL_SIZE: str = "tiny"