YoniFriedman commited on
Commit
48a0fbe
·
verified ·
1 Parent(s): 8ea7c54

adding swahili salutations

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def nishauri(question: str, conversation_history: list[str]):
37
  response = query_engine.query(question)
38
 
39
  background = ("The person who asked the question is a person living with HIV."
 
40
  " Recognize that they already have HIV and do not suggest that they have to get tested"
41
  " for HIV or take post-exposure prophylaxis, as that is not relevant, though their partners perhaps should."
42
  " Do not suggest anything that is not relevant to someone who already has HIV."
 
37
  response = query_engine.query(question)
38
 
39
  background = ("The person who asked the question is a person living with HIV."
40
+ " If the person says sasa or niaje, that is swahili slang for hello."
41
  " Recognize that they already have HIV and do not suggest that they have to get tested"
42
  " for HIV or take post-exposure prophylaxis, as that is not relevant, though their partners perhaps should."
43
  " Do not suggest anything that is not relevant to someone who already has HIV."