Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
dbdf4db
1
Parent(s):
bc488e1
优化prompt
Browse files- presets.py +1 -1
presets.py
CHANGED
@@ -57,11 +57,11 @@ Context information is below.
|
|
57 |
---------------------
|
58 |
{context_str}
|
59 |
---------------------
|
|
|
60 |
Using the provided context information, write a comprehensive reply to the given query.
|
61 |
Make sure to cite results using [number] notation after the reference.
|
62 |
If the provided context information refer to multiple subjects with the same name, write separate answers for each subject.
|
63 |
Use prior knowledge only if the given context didn't provide enough information.
|
64 |
-
Today is {current_date}.
|
65 |
Answer the question: {query_str}
|
66 |
Reply in 中文
|
67 |
"""
|
|
|
57 |
---------------------
|
58 |
{context_str}
|
59 |
---------------------
|
60 |
+
Current date: {current_date}.
|
61 |
Using the provided context information, write a comprehensive reply to the given query.
|
62 |
Make sure to cite results using [number] notation after the reference.
|
63 |
If the provided context information refer to multiple subjects with the same name, write separate answers for each subject.
|
64 |
Use prior knowledge only if the given context didn't provide enough information.
|
|
|
65 |
Answer the question: {query_str}
|
66 |
Reply in 中文
|
67 |
"""
|