Skip to content

Commit

Permalink
update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Szplugz committed Aug 5, 2024
1 parent ad643c2 commit f733efe
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,32 @@ def get_completion(client, prompt):
- Discuss potential limitations and areas for future research
Aim for a total length of 750-1000 characters. Your goal is to provide a clear, informative, and balanced summary that helps readers understand the study's significance and limitations.
When you format your response, please adhere to the following schema:
<h1> Title of the paper
<h2> Author 1, Author 2, Author 3...etc
Rest of the content as a combination of (potentially zero) paragraphs, headings, and lists:
<h2> Quick Summary:
<p> Sample paragraph
<h2> Who was studied?
<p> Response to who was studied
<h2> What was studied?
<p> Response to what was studied
...repeat for the rest of the Ws + H, as well as for Criteria, Critique, and Conclusion. Essentially, start any subsequent heading (such as "Conclusion") with an <h2> tags.
The actual response for that heading (such as the actual conclusion) should be lead with a <p>. DO NOT ADD CLOSING TAGS SUCH AS </h2> OR </p>.
<li> Item 1
<li> Item 2
<li> Item 3
<p> Another paragraph
...etc.
</role>
Here is a paper to analyze: <paper> {text} </paper>
Expand Down

0 comments on commit f733efe

Please sign in to comment.