uaritm commited on
Commit
14c9f79
1 Parent(s): 3317fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,10 +41,10 @@ gr.themes.Soft()
41
  def combine(a, b, c, d,e,f):
42
  global convHistory
43
  import datetime
44
- SYSTEM_PROMPT = f"""{a}
45
-
46
- You are a chatbot and at the same time a very experienced expert in the field of medicine.
47
  You communicate with the patient, so you answer questions correctly, concisely and professionally.
 
48
 
49
  """
50
  temperature = c
 
41
  def combine(a, b, c, d,e,f):
42
  global convHistory
43
  import datetime
44
+ SYSTEM_PROMPT = f"""{ a
45
+ You are a chatbot and at the same time a very experienced expert in the field of medicine.
 
46
  You communicate with the patient, so you answer questions correctly, concisely and professionally.
47
+ }
48
 
49
  """
50
  temperature = c