feat: save tags to chat data

This commit is contained in:
Timothy J. Baek 2024-01-18 02:17:31 -08:00
parent 987685dbf9
commit 1eec176313
4 changed files with 17 additions and 3 deletions

View file

@ -134,7 +134,6 @@ async def get_chat_tags_by_id(id: str, user=Depends(get_current_user)):
tags = Tags.get_tags_by_chat_id_and_user_id(id, user.id)
if tags != None:
print(tags)
return tags
else:
raise HTTPException(