skoneru commited on
Commit
0c03e37
·
verified ·
1 Parent(s): 9ee3d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def get_menu():
121
  def reply_bot(message, history):
122
  menu = get_menu()
123
 
124
- history = history[-2:]
125
 
126
 
127
  client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
 
121
  def reply_bot(message, history):
122
  menu = get_menu()
123
 
124
+ history = []
125
 
126
 
127
  client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")