Tonic commited on
Commit
da600e4
1 Parent(s): 06271b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ class FalconChatBot:
51
  return filtered_history
52
 
53
 
54
- def predict(self, system_prompt, user_message, assistant_message, history, temperature, max_new_tokens, top_p, repetition_penalty):
55
 
56
  # Process the history to remove special commands
57
  processed_history = self.process_history(history)
 
51
  return filtered_history
52
 
53
 
54
+ def predict(self, system_prompt, user_message, assistant_message, history, temperature, max_new_tokens, top_p, repetition_penalty):
55
 
56
  # Process the history to remove special commands
57
  processed_history = self.process_history(history)