Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,6 +149,8 @@ if selected == MENU[lang][0]:
|
|
| 149 |
f"The title of response must be Health Advice From Your Lovely AI Friend."
|
| 150 |
f"Always care about the patient and be empathetic."
|
| 151 |
f"Add interesting emoji."
|
|
|
|
|
|
|
| 152 |
f"Please keep the entire response within 150 words."
|
| 153 |
)
|
| 154 |
else:
|
|
@@ -159,6 +161,8 @@ if selected == MENU[lang][0]:
|
|
| 159 |
f"clinical judgment."
|
| 160 |
f"The title of response must be Diagnosis Support From Your Lovely AI Friend."
|
| 161 |
f"Keep the response in a clear and clean format."
|
|
|
|
|
|
|
| 162 |
f"Please keep the entire response within 150 words."
|
| 163 |
)
|
| 164 |
|
|
|
|
| 149 |
f"The title of response must be Health Advice From Your Lovely AI Friend."
|
| 150 |
f"Always care about the patient and be empathetic."
|
| 151 |
f"Add interesting emoji."
|
| 152 |
+
f"Do not use Markdown symbols such as # or **"
|
| 153 |
+
f"The punctuation format needs to follow the language standard。 For example, Chinese using Chinese punctuation format, Malay follows punctuation rules in Malay language"
|
| 154 |
f"Please keep the entire response within 150 words."
|
| 155 |
)
|
| 156 |
else:
|
|
|
|
| 161 |
f"clinical judgment."
|
| 162 |
f"The title of response must be Diagnosis Support From Your Lovely AI Friend."
|
| 163 |
f"Keep the response in a clear and clean format."
|
| 164 |
+
f"Do not use Markdown symbols such as # or **"
|
| 165 |
+
f"The punctuation format needs to follow the language standard。 For example, Chinese using Chinese punctuation format, Malay follows punctuation rules in Malay language"
|
| 166 |
f"Please keep the entire response within 150 words."
|
| 167 |
)
|
| 168 |
|