pabloce commited on
Commit
776563f
1 Parent(s): 5b3575d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def respond(
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
  )
 
56
 
57
  agent = LlamaCppAgent(
58
  provider,
59
+ system_prompt="You are Dolphin an AI assistant that helps humanity.",
60
  predefined_messages_formatter_type=MessagesFormatterType.CHATML,
61
  debug_output=True
62
  )