Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def respond(
|
|
| 56 |
|
| 57 |
agent = LlamaCppAgent(
|
| 58 |
provider,
|
| 59 |
-
system_prompt="
|
| 60 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
| 61 |
debug_output=True
|
| 62 |
)
|
|
|
|
| 56 |
|
| 57 |
agent = LlamaCppAgent(
|
| 58 |
provider,
|
| 59 |
+
system_prompt="Your are a friendly and loyal AI assistant committed to help humanity.",
|
| 60 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
| 61 |
debug_output=True
|
| 62 |
)
|