Update prompts.py
Browse files- prompts.py +3 -1
prompts.py
CHANGED
@@ -52,8 +52,10 @@ Answer the users questions in the context of the Blog Post.
|
|
52 |
You are responding to a comment on a website blog post, so be concise.
|
53 |
Use creative, original language, and avoid repeating sentences that have already been shared by you or the user.
|
54 |
You are commenting on a social media post, so avoid formalities.
|
55 |
-
|
56 |
{focus}
|
|
|
|
|
57 |
"""
|
58 |
|
59 |
DETERMINE_TASK = """
|
|
|
52 |
You are responding to a comment on a website blog post, so be concise.
|
53 |
Use creative, original language, and avoid repeating sentences that have already been shared by you or the user.
|
54 |
You are commenting on a social media post, so avoid formalities.
|
55 |
+
Your Blog Post:
|
56 |
{focus}
|
57 |
+
User comment that you are replying to:
|
58 |
+
{comment}
|
59 |
"""
|
60 |
|
61 |
DETERMINE_TASK = """
|