Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -97,5 +97,5 @@ async def chat_with_gemini(input_data: ChatInput):
|
|
| 97 |
"debug_info": "Context found: NO"
|
| 98 |
}
|
| 99 |
|
| 100 |
-
except Exception as e:
|
| 101 |
-
|
|
|
|
| 97 |
"debug_info": "Context found: NO"
|
| 98 |
}
|
| 99 |
|
| 100 |
+
#except Exception as e:
|
| 101 |
+
# raise HTTPException(status_code=500, detail=str(e))
|