Spaces:
Sleeping
Sleeping
Rivalcoder
commited on
Commit
·
a7933c3
1
Parent(s):
953f7ea
Add Checking of Api
Browse files- api/routes.py +1 -0
api/routes.py
CHANGED
@@ -123,6 +123,7 @@ async def run_query(request: QueryRequest, fastapi_request: Request, background_
|
|
123 |
print_timings(timings)
|
124 |
|
125 |
# Return ONLY answers
|
|
|
126 |
return {"answers": responses}
|
127 |
|
128 |
except Exception as e:
|
|
|
123 |
print_timings(timings)
|
124 |
|
125 |
# Return ONLY answers
|
126 |
+
print("answers : ",responses)
|
127 |
return {"answers": responses}
|
128 |
|
129 |
except Exception as e:
|