From 6983452c488f7c4d34940d22383fb3aff6215377 Mon Sep 17 00:00:00 2001 From: Karthik Soman Date: Wed, 25 Sep 2024 01:59:36 -0700 Subject: [PATCH] adding a markdown statement in the system prompt --- lambda-pipeline/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-pipeline/app.py b/lambda-pipeline/app.py index 3a5b5a9..8d8326c 100644 --- a/lambda-pipeline/app.py +++ b/lambda-pipeline/app.py @@ -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: