pabloce commited on
Commit
8e9ea8e
·
verified ·
1 Parent(s): 9a4bff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",
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
  )