bradartigue commited on
Commit
e6a8daa
·
verified ·
1 Parent(s): 3cce4ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def handle_query():
145
  data = request.json
146
  query=data['prompt']
147
  chatHistory=""
148
- systemMessage='You are a helpful medical assistant.'
149
  answer = ''
150
  emotions = ''
151
 
 
145
  data = request.json
146
  query=data['prompt']
147
  chatHistory=""
148
+ systemMessage=os.environ['SYSTEM_MESSAGE']
149
  answer = ''
150
  emotions = ''
151