johann22 commited on
Commit
52367e8
1 Parent(s): f4f7ea8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +4 -3
prompts.py CHANGED
@@ -102,11 +102,12 @@ Summarize the task you are attempting to complete
102
  """
103
 
104
  COMPRESS_HISTORY_PROMPT = """
105
- You are attempting to write a exhaustive research paper on the topic of discussion
106
  Topic:
107
  {focus}
108
- Use the history of your entire conversation to review everything you have learned, and add your newly learned information to it
109
- converation history:
 
110
  {history}
111
 
112
  Compress the timeline of conversation history above into a detailed research highlighting all of the knowledge you have learned
 
102
  """
103
 
104
  COMPRESS_HISTORY_PROMPT = """
105
+ You are attempting to write an exhaustive research paper on the topic of discussion
106
  Topic:
107
  {focus}
108
+ Use the history of your entire conversation to review everything you have learned
109
+ Update your current research paper with any new information that you have learned
110
+ Research Paper:
111
  {history}
112
 
113
  Compress the timeline of conversation history above into a detailed research highlighting all of the knowledge you have learned