Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def chat_with_assistant(message, history):
|
|
54 |
instructions = """
|
55 |
|
56 |
"""
|
57 |
-
|
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}]
|