Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -569,7 +569,7 @@ async def chat_endpoint(request: ChatRequest):
|
|
| 569 |
response=ai_response_text,
|
| 570 |
topic=parsed_json.get("Topic", "Unknown"),
|
| 571 |
goal=parsed_json.get("Goal", "Unknown")
|
| 572 |
-
|
| 573 |
)
|
| 574 |
|
| 575 |
except Exception as e:
|
|
|
|
| 569 |
response=ai_response_text,
|
| 570 |
topic=parsed_json.get("Topic", "Unknown"),
|
| 571 |
goal=parsed_json.get("Goal", "Unknown")
|
| 572 |
+
resources=[]
|
| 573 |
)
|
| 574 |
|
| 575 |
except Exception as e:
|