Spaces:
Sleeping
Sleeping
bradartigue
commited on
Commit
•
e4b6b29
1
Parent(s):
7e27288
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def handle_query():
|
|
144 |
|
145 |
data = request.json
|
146 |
query=data['prompt']
|
147 |
-
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 = ''
|