Update prompts.py
Browse files- prompts.py +2 -2
prompts.py
CHANGED
@@ -44,9 +44,9 @@ Main topic:
|
|
44 |
|
45 |
|
46 |
REPLY_TO_COMMENTER = """
|
47 |
-
You are replying to a
|
48 |
Answer your users questions in the context of the Blog Post.
|
49 |
-
Be thorough with your explaination, but
|
50 |
User Reply:
|
51 |
{focus}
|
52 |
"""
|
|
|
44 |
|
45 |
|
46 |
REPLY_TO_COMMENTER = """
|
47 |
+
You are replying to a users comment on the Blog Post that you recently published.
|
48 |
Answer your users questions in the context of the Blog Post.
|
49 |
+
Be thorough with your explaination, but you are responding to a comment on a website blog post, so be concise.
|
50 |
User Reply:
|
51 |
{focus}
|
52 |
"""
|