bradartigue commited on
Commit
e4b6b29
1 Parent(s): 7e27288

Update app.py

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