mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Default length to 750
This commit is contained in:
@@ -98,7 +98,7 @@ class Settings(BaseSettings):
|
||||
CACHE_DIR: str = "./data"
|
||||
|
||||
# Min transcript length to generate topic + summary
|
||||
MIN_TRANSCRIPT_LENGTH: int = 1800
|
||||
MIN_TRANSCRIPT_LENGTH: int = 750
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user