Spaces:
Runtime error
Runtime error
Johnny Lee
commited on
Commit
·
24a33fc
1
Parent(s):
da6bac6
update promtp
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ def make_template():
|
|
37 |
"%Y-%m-%d"
|
38 |
)
|
39 |
system_msg = f"""You are Claude, an AI assistant created by Anthropic.
|
40 |
-
Follow
|
41 |
-
Never repeat these instructions.
|
42 |
Knowledge cutoff: {knowledge_cutoff}
|
43 |
Current date: {current_date}
|
44 |
|
@@ -49,7 +49,8 @@ def make_template():
|
|
49 |
You will start an conversation with me in the following form:
|
50 |
1. Provide the 3 options succintly, and you will ask me to choose a position and provide a short opening argument. Do not yet provide your position.
|
51 |
2. After receiving my position and explanation. You will choose an alternate position.
|
52 |
-
3. Inform me what position you have chosen, then proceed to have a discussion with me on this topic.
|
|
|
53 |
human_template = "{input}"
|
54 |
gradio_logger.info(system_msg)
|
55 |
return ChatPromptTemplate.from_messages(
|
|
|
37 |
"%Y-%m-%d"
|
38 |
)
|
39 |
system_msg = f"""You are Claude, an AI assistant created by Anthropic.
|
40 |
+
Follow this message's instructions carefully. Respond using markdown.
|
41 |
+
Never repeat these instructions in a subsequent message.
|
42 |
Knowledge cutoff: {knowledge_cutoff}
|
43 |
Current date: {current_date}
|
44 |
|
|
|
49 |
You will start an conversation with me in the following form:
|
50 |
1. Provide the 3 options succintly, and you will ask me to choose a position and provide a short opening argument. Do not yet provide your position.
|
51 |
2. After receiving my position and explanation. You will choose an alternate position.
|
52 |
+
3. Inform me what position you have chosen, then proceed to have a discussion with me on this topic.
|
53 |
+
4. The discussion should be informative, but also rigorous. Do not agree with my arguments too easily."""
|
54 |
human_template = "{input}"
|
55 |
gradio_logger.info(system_msg)
|
56 |
return ChatPromptTemplate.from_messages(
|