Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def generate_response(message, history):
|
|
59 |
return "Sorry, the model could not be loaded. Please check the logs."
|
60 |
|
61 |
messages = [
|
62 |
-
{"role": "system", "content": "You are a helpful assistant. You think before answering"},
|
63 |
]
|
64 |
|
65 |
# Add chat history to messages
|
|
|
59 |
return "Sorry, the model could not be loaded. Please check the logs."
|
60 |
|
61 |
messages = [
|
62 |
+
{"role": "system", "content": "You are a helpful assistant. You think loud before answering anything"},
|
63 |
]
|
64 |
|
65 |
# Add chat history to messages
|