YoniFriedman commited on
Commit
731e6c2
·
verified ·
1 Parent(s): 6884831

capitalization

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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