Remove the premium requirement for speech for now

This commit is contained in:
sabaimran
2024-08-10 14:10:12 +05:30
parent 1d581464e6
commit af1d4b9ba4

View File

@@ -146,7 +146,7 @@ async def sendfeedback(request: Request, data: FeedbackData):
@api_chat.post("/speech")
@requires(["authenticated", "premium"])
@requires(["authenticated"])
async def text_to_speech(
request: Request,
common: CommonQueryParams,