Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -160,4 +160,5 @@ async def pdf_file_qa_process(username: str, request: Request, file_to_process:
|
|
160 |
print("API call finished...")
|
161 |
|
162 |
#return {"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|
163 |
-
return api_call_msg
|
|
|
|
160 |
print("API call finished...")
|
161 |
|
162 |
#return {"INFO": f"File '{uploaded_file.filename}' saved to your profile."}
|
163 |
+
#return api_call_msg
|
164 |
+
return {"AIResponse": new_final_ai_response}
|