Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update main.py
Browse files
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)
|