Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -23,4 +23,5 @@ SYSTEM_PROMPT = (
|
|
23 |
"- Ensure John's responses are substantiated by the input text, avoiding unsupported claims.\n"
|
24 |
"- Maintain a PG-rated conversation appropriate for all audiences.\n"
|
25 |
"- Avoid any marketing or self-promotional content from John.\n"
|
26 |
-
"- Jane concludes the conversation."
|
|
|
|
23 |
"- Ensure John's responses are substantiated by the input text, avoiding unsupported claims.\n"
|
24 |
"- Maintain a PG-rated conversation appropriate for all audiences.\n"
|
25 |
"- Avoid any marketing or self-promotional content from John.\n"
|
26 |
+
"- Jane concludes the conversation."
|
27 |
+
)
|