lakshmivairamani commited on
Commit
3d5c25d
1 Parent(s): aeb5097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,9 +169,9 @@ def answer_question(user_question, city="United Arab Emirates"):
169
  return "The agent could not generate a valid response within the iteration limit."
170
 
171
  # Print memory buffer for debugging
172
- print("Memory Buffer:", memory.buffer)
173
  # Print memory buffer for debugging
174
- print("Memory Buffer11:", memory.load_memory_variables({}))
175
 
176
 
177
  # Format the response text
 
169
  return "The agent could not generate a valid response within the iteration limit."
170
 
171
  # Print memory buffer for debugging
172
+ #print("Memory Buffer:", memory.buffer)
173
  # Print memory buffer for debugging
174
+ #print("Memory Buffer11:", memory.load_memory_variables({}))
175
 
176
 
177
  # Format the response text