williamagyapong commited on
Commit
2844b15
·
verified ·
1 Parent(s): da3b169

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -131,7 +131,7 @@ def hook():
131
  # Parse AI generated response into a structured format
132
  parsed_trans_data = parse_multiple_transactions(response)
133
 
134
- messenger.send_message(message=f"{response} \n\n {parsed_trans_data}", recipient_id=mobile)
135
 
136
 
137
  print("Response:", response)
 
131
  # Parse AI generated response into a structured format
132
  parsed_trans_data = parse_multiple_transactions(response)
133
 
134
+ # messenger.send_message(message=f"{response} \n\n {parsed_trans_data}", recipient_id=mobile)
135
 
136
 
137
  print("Response:", response)