Tonic commited on
Commit
e1b8424
1 Parent(s): a1bd8b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ model = transformers.AutoModelForCausalLM.from_pretrained(model_name,
28
 
29
  # Class to encapsulate the Falcon chatbot
30
  class FalconChatBot:
31
- def __init__(self, system_prompt):
32
  self.system_prompt = system_prompt
33
 
34
  def process_history(self, history):
 
28
 
29
  # Class to encapsulate the Falcon chatbot
30
  class FalconChatBot:
31
+ def __init__(self, system_prompt="Le dialogue suivant est une conversation"):
32
  self.system_prompt = system_prompt
33
 
34
  def process_history(self, history):