Spaces:
Running
Running
Update app/api/routes.py
Browse files- 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})
|