mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Remove the premium requirement for speech for now
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user