Nicolás Larenas commited on
Update config.py
Browse files
config.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
# config.py
|
|
|
|
|
|
|
| 2 |
|
| 3 |
# System message to set the assistant's behavior
|
| 4 |
SYSTEM_MESSAGE = "You are a helpful assistant."
|
|
|
|
| 1 |
# config.py
|
| 2 |
+
# System message to set the assistant's behavior
|
| 3 |
+
SYSTEM_INSTRUCTION = "You are a helpful assistant."
|
| 4 |
|
| 5 |
# System message to set the assistant's behavior
|
| 6 |
SYSTEM_MESSAGE = "You are a helpful assistant."
|