ruslanmv commited on
Commit
c3c8527
·
verified ·
1 Parent(s): f758f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def askme(symptoms, question):
34
  # Extract only the assistant's response
35
  assistant_response = response_text.split("<|im_start|>assistant")[1].strip().replace('<|im_end', '')
36
  # Extract only the assistant's response
37
- return assistant_responses
38
 
39
 
40
 
 
34
  # Extract only the assistant's response
35
  assistant_response = response_text.split("<|im_start|>assistant")[1].strip().replace('<|im_end', '')
36
  # Extract only the assistant's response
37
+ return assistant_response
38
 
39
 
40