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

capitalization

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 discuss HIV (e.g., 'hiv,' 'Hiv,' 'HIV') . If the question is not about HIV, say that you can only answer HIV-related questions.\n"
 
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