Update configs/prompts.toml
Browse files- configs/prompts.toml +5 -0
configs/prompts.toml
CHANGED
|
@@ -7,6 +7,11 @@ Last Conversation:
|
|
| 7 |
$latest_conversation
|
| 8 |
"""
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
system_prompt = """
|
| 11 |
Consider yourself an expert at summarizing content with a high bar
|
| 12 |
for scientific rigor. However, when generating the summaries you
|
|
|
|
| 7 |
$latest_conversation
|
| 8 |
"""
|
| 9 |
|
| 10 |
+
system_prompt_cutoff = """
|
| 11 |
+
You should give answer based on the given summary and the user prompt.
|
| 12 |
+
The summary is given under `Summary:` delimiter.
|
| 13 |
+
"""
|
| 14 |
+
|
| 15 |
system_prompt = """
|
| 16 |
Consider yourself an expert at summarizing content with a high bar
|
| 17 |
for scientific rigor. However, when generating the summaries you
|