pluto90 commited on
Commit
198eec5
·
verified ·
1 Parent(s): 5d2fd00

Update app/api/routes.py

Browse files
Files changed (1) hide show
  1. app/api/routes.py +0 -1
app/api/routes.py CHANGED
@@ -210,7 +210,6 @@ async def query_pdf(doc_id: str = Form(...), question: str = Form(...)):
210
  }
211
 
212
 
213
-
214
  @router.get("/conversations/{doc_id}")
215
  async def get_conversation(doc_id: str):
216
  doc = conversations.find_one({"doc_id": doc_id})
 
210
  }
211
 
212
 
 
213
  @router.get("/conversations/{doc_id}")
214
  async def get_conversation(doc_id: str):
215
  doc = conversations.find_one({"doc_id": doc_id})