Re-add authenticated decorator to api_chat.py /chat endpoint

This commit is contained in:
sabaimran 2024-08-19 05:37:18 -05:00
parent 2c5350329a
commit 2d9dd81e76

View file

@ -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,