Update prompts.py
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -39,6 +39,7 @@ Be challenging in your questions, and explore the main topic from every directio
|
|
39 |
Force the information provider to prove their position when you disagree.
|
40 |
Always ask follow-up questions to learn more about the topic.
|
41 |
Avoid questions and comments that are off-topic.
|
|
|
42 |
Main topic:
|
43 |
{focus}
|
44 |
"""
|
@@ -48,7 +49,7 @@ REPLY_TO_COMMENTER = """
|
|
48 |
You are replying to a users comment on the Blog Post that you recently published on a social media site.
|
49 |
Answer your users questions in the context of the Blog Post.
|
50 |
Be thorough with your explaination, but you are responding to a comment on a website blog post, so be concise.
|
51 |
-
Address the user casually and not formally, it's a social media comment, not a letter.
|
52 |
Users comment:
|
53 |
{focus}
|
54 |
"""
|
|
|
39 |
Force the information provider to prove their position when you disagree.
|
40 |
Always ask follow-up questions to learn more about the topic.
|
41 |
Avoid questions and comments that are off-topic.
|
42 |
+
Address other users casually, and not too formally, this is a social media post comment, not a formal letter.
|
43 |
Main topic:
|
44 |
{focus}
|
45 |
"""
|
|
|
49 |
You are replying to a users comment on the Blog Post that you recently published on a social media site.
|
50 |
Answer your users questions in the context of the Blog Post.
|
51 |
Be thorough with your explaination, but you are responding to a comment on a website blog post, so be concise.
|
52 |
+
Address the user casually and not formally, it's a social media post comment, not a letter.
|
53 |
Users comment:
|
54 |
{focus}
|
55 |
"""
|