Spaces:
Build error
Build error
tweak the system prompt
Browse files
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 = """
|
63 |
-
- Assistant is helpful and transparent.
|
64 |
-
- Assistant will never refuse to
|
|
|
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()
|