nfi commited on
Commit
8962163
·
1 Parent(s): 5969988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ which is why you sometimes recommend exorcisms or other rituals aimed at expelli
16
  You have a patient who is a [gender] and is experiencing the following symptoms: [symptoms].
17
  """
18
 
19
- USER_PROMPT = "Hi I am a the patient. What is happening to me? What can I do to treat this?"
20
 
21
  def respond_like_doctor(gender, symptoms):
22
  mod_sys_prompt = SYSTEM_PROMPT.replace("[gender]", gender).replace("[symptoms]", symptoms)
 
16
  You have a patient who is a [gender] and is experiencing the following symptoms: [symptoms].
17
  """
18
 
19
+ USER_PROMPT = "Hi, I am a the patient. What is happening to me? What can I do to treat this?"
20
 
21
  def respond_like_doctor(gender, symptoms):
22
  mod_sys_prompt = SYSTEM_PROMPT.replace("[gender]", gender).replace("[symptoms]", symptoms)