Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def respond(
|
|
47 |
|
48 |
agent = LlamaCppAgent(
|
49 |
provider,
|
50 |
-
system_prompt="You are Dolphin
|
51 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
52 |
debug_output=True
|
53 |
)
|
|
|
47 |
|
48 |
agent = LlamaCppAgent(
|
49 |
provider,
|
50 |
+
system_prompt="You are Dolphin, a reasoning model trained by Eric Hartford. Always format your responses like <think>{thought process}</think>{response}. If the question requires very little thought, it's ok for the thought block to be empty. <think></think>{answer}",
|
51 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
52 |
debug_output=True
|
53 |
)
|