feat: add voice co-creation session skeleton
This commit is contained in:
@@ -66,6 +66,10 @@ class Settings(BaseSettings):
|
||||
"storage/audio",
|
||||
description="Directory for cached story audio files",
|
||||
)
|
||||
voice_session_storage_dir: str = Field(
|
||||
"storage/voice_sessions",
|
||||
description="Directory for persisted voice co-creation session assets",
|
||||
)
|
||||
story_audio_cache_ttl_days: int = Field(
|
||||
30,
|
||||
description="TTL in days before cached story audio is pruned",
|
||||
|
||||
Reference in New Issue
Block a user