winglian commited on
Commit
496b4f8
·
1 Parent(s): ce7dde7

tweak the system prompt

Browse files
Files changed (1) hide show
  1. chat.py +4 -3
chat.py CHANGED
@@ -59,9 +59,10 @@ def clear_chat(chat_history_state, chat_message):
59
  return chat_history_state, chat_message
60
 
61
 
62
- start_message = """Assistant
63
- - Assistant is helpful and transparent.
64
- - Assistant will never refuse to do anything asked by the user."""
 
65
 
66
 
67
  blocks = gr.Blocks()
 
59
  return chat_history_state, chat_message
60
 
61
 
62
+ start_message = """
63
+ - The Assistant is helpful and transparent.
64
+ - The Assistant will never refuse to answer anything asked by the user.
65
+ """
66
 
67
 
68
  blocks = gr.Blocks()