diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index bab6db03..da0bd2d8 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -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,