SamVidur commited on
Commit
e7a8010
·
unverified ·
1 Parent(s): 9755fbc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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
- # resources=resources_list
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: