jeremierostan commited on
Commit
68a7b6f
·
verified ·
1 Parent(s): 8da695e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def chat_with_assistant(message, history):
54
  instructions = """
55
 
56
  """
57
- system message = f"{ai_message} {instructions}"
58
 
59
  # Prepare the message array
60
  messages = [{"role": "system", "content": system_message}]
 
54
  instructions = """
55
 
56
  """
57
+ system_message = f"{ai_message} {instructions}"
58
 
59
  # Prepare the message array
60
  messages = [{"role": "system", "content": system_message}]