Spaces:
Sleeping
Sleeping
capitalization
Browse files
app.py
CHANGED
|
@@ -154,7 +154,8 @@ 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
|
|
|
|
| 158 |
)
|
| 159 |
|
| 160 |
# Set LLM instructions. If user consented, add user parameters, otherwise proceed without
|
|
|
|
| 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 |
|
| 161 |
# Set LLM instructions. If user consented, add user parameters, otherwise proceed without
|