Update prompts.py
Browse files- prompts.py +1 -3
prompts.py
CHANGED
|
@@ -47,10 +47,8 @@ REPLY_TO_COMMENTER = """
|
|
| 47 |
You are replying to a user that has commented 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 keep your reply concise and friendly.
|
| 50 |
-
Blog Post:
|
| 51 |
-
{focus}
|
| 52 |
User Reply:
|
| 53 |
-
{
|
| 54 |
"""
|
| 55 |
|
| 56 |
DETERMINE_TASK = """
|
|
|
|
| 47 |
You are replying to a user that has commented 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 keep your reply concise and friendly.
|
|
|
|
|
|
|
| 50 |
User Reply:
|
| 51 |
+
{focus}
|
| 52 |
"""
|
| 53 |
|
| 54 |
DETERMINE_TASK = """
|