Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def chatbot(input, conversation_history=[]):
|
|
| 18 |
|
| 19 |
# Define the structured interview messages
|
| 20 |
messages = [
|
| 21 |
-
{"role": "system", "content": "Your role is to answer the questions from the users friendly.
|
| 22 |
]
|
| 23 |
|
| 24 |
# Extend the conversation history with the user's messages
|
|
|
|
| 18 |
|
| 19 |
# Define the structured interview messages
|
| 20 |
messages = [
|
| 21 |
+
{"role": "system", "content": "Your role is to answer the questions from the users friendly."},
|
| 22 |
]
|
| 23 |
|
| 24 |
# Extend the conversation history with the user's messages
|