Alan Joshua commited on
Commit
c10b8b4
·
verified ·
1 Parent(s): 42d4080

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -25,13 +25,15 @@ prompt = (
25
 
26
  <s>[INST] {user_input} [/INST]
27
 
28
- Please provide your answer in **structured Markdown format**. Use:
29
- - Emojis to highlight key points
30
- - Horizontal lines (---) to separate sections
31
- - Bullet points and numbered lists where appropriate
32
- - Tables if necessary to organize information clearly
33
-
34
- Explain medical terms in simple words and provide a complete, easy-to-read response.
 
 
35
  """
36
  )
37
 
 
25
 
26
  <s>[INST] {user_input} [/INST]
27
 
28
+ Please provide your answer in **structured Markdown format**. Follow these rules:
29
+ - Complete the answer fully; do not stop mid-sentence
30
+ - Use emojis to highlight key points
31
+ - Use horizontal lines (---) to separate sections
32
+ - Use bullet points and numbered lists where appropriate
33
+ - Use tables if necessary to organize information clearly
34
+ - Explain medical terms in simple words
35
+ - Do NOT include any links, URLs, or image references
36
+ - Make the response easy-to-read and informative
37
  """
38
  )
39