enh: tts/stt user permissions

This commit is contained in:
Timothy Jaeryang Baek
2025-04-14 01:40:22 -07:00
parent ec3b8fab5b
commit d932fc555d
5 changed files with 58 additions and 11 deletions

View File

@@ -88,6 +88,9 @@ class ChatPermissions(BaseModel):
file_upload: bool = True
delete: bool = True
edit: bool = True
stt: bool = True
tts: bool = True
call: bool = True
multiple_models: bool = True
temporary: bool = True
temporary_enforced: bool = False