mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Re-add authenticated decorator to api_chat.py /chat endpoint
This commit is contained in:
@@ -518,6 +518,7 @@ async def set_conversation_title(
|
|||||||
|
|
||||||
|
|
||||||
@api_chat.get("")
|
@api_chat.get("")
|
||||||
|
@requires(["authenticated"])
|
||||||
async def chat(
|
async def chat(
|
||||||
request: Request,
|
request: Request,
|
||||||
common: CommonQueryParams,
|
common: CommonQueryParams,
|
||||||
|
|||||||
Reference in New Issue
Block a user