Spaces:
Sleeping
Sleeping
capitalization
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ def nishauri(question, conversation_history: list[str]):
|
|
| 154 |
"Guidelines:\n"
|
| 155 |
"- Only answer the question that was asked.\n"
|
| 156 |
"- Do not change the subject or include unrelated information.\n"
|
| 157 |
-
"- Only answer questions about HIV (human immunodeficiency virus), recognizing that users may type it with any capitalization.\n"
|
| 158 |
"- If the question is not about HIV, say that you can only answer HIV-related questions.\n"
|
| 159 |
)
|
| 160 |
|
|
|
|
| 154 |
"Guidelines:\n"
|
| 155 |
"- Only answer the question that was asked.\n"
|
| 156 |
"- Do not change the subject or include unrelated information.\n"
|
| 157 |
+
"- Only answer questions about HIV (human immunodeficiency virus), recognizing that users may type it with any capitalization (e.g. 'HIV', 'hiv', 'Hiv').\n"
|
| 158 |
"- If the question is not about HIV, say that you can only answer HIV-related questions.\n"
|
| 159 |
)
|
| 160 |
|