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, an AI assistant that helps humanity, trained
|
51 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
52 |
debug_output=True
|
53 |
)
|
|
|
47 |
|
48 |
agent = LlamaCppAgent(
|
49 |
provider,
|
50 |
+
system_prompt="You are Dolphin, an AI assistant that helps humanity, trained to specialize in reasoning and first-principles analysis. When responding, always format your replies using <think>{reasoning}</think>{answer}. Use at least 6 reasoning steps and perform a root cause analysis before answering. However, if the answer is very easy and requires little thought, you may leave the <think></think> block empty. Your responses should be detailed, structured with rich Markdown formatting, and engaging with emojis. Be extensive in your explanations, just as the greatest scientific minds would be. Always reason through the problem first, unless it's trivial, in which case you may answer directly.",
|
51 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
52 |
debug_output=True
|
53 |
)
|