mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +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")
|
@api_chat.post("/speech")
|
||||||
@requires(["authenticated", "premium"])
|
@requires(["authenticated"])
|
||||||
async def text_to_speech(
|
async def text_to_speech(
|
||||||
request: Request,
|
request: Request,
|
||||||
common: CommonQueryParams,
|
common: CommonQueryParams,
|
||||||
|
|||||||
Reference in New Issue
Block a user