Skip to content

Commit

Permalink
adding a markdown statement in the system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksoman committed Sep 25, 2024
1 parent 2f55b11 commit 6983452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-pipeline/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def inference(input_text, temperature: float = 0.7):
5. If mentioning specific studies or cases, clearly state their relevance to the main question and provide proper context.
6. In the last paragraph, conclude with a brief summary of the key points, if the answer is lengthy.
Remember, your goal is to provide clear, accurate, and well-supported information about EDS, directly addressing the user's question while providing a comprehensive view of the topic.
Try to give your response in an elegant Markdown format.
'''

if not input_text:
Expand Down

0 comments on commit 6983452

Please sign in to comment.