This commit is contained in:
projects-g
2023-09-27 19:20:43 +05:30
committed by GitHub
parent 8f6313fb45
commit 24aa9a74bd
3 changed files with 8 additions and 1 deletions

View File

@@ -97,5 +97,8 @@ class Settings(BaseSettings):
# Cache directory for all model storage
CACHE_DIR: str = "./data"
# Min transcript length to generate topic + summary
MIN_TRANSCRIPT_LENGTH: int = 1800
settings = Settings()