Arnic commited on
Commit
0e48e40
·
verified ·
1 Parent(s): 5737fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def respond(
15
  temperature,
16
  top_p,
17
  ):
 
18
  messages = [{"role": "system", "content": system_message}]
19
 
20
  for val in history:
 
15
  temperature,
16
  top_p,
17
  ):
18
+ system_message = " You are a Healthcare expert. You answer questions scientifically and guide through steps to to consult health providers or patients clearly. "
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  for val in history: