prateekbh commited on
Commit
7beb62a
1 Parent(s): 2b76edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class StopOnTokens(StoppingCriteria):
38
  return True
39
  return False
40
 
41
- def format_prompt(self, message, history):
42
  prompt = ""
43
  if history:
44
  for user_prompt, bot_response in history:
 
38
  return True
39
  return False
40
 
41
+ def format_prompt(message, history):
42
  prompt = ""
43
  if history:
44
  for user_prompt, bot_response in history: