Reverent commited on
Commit
21035b9
·
verified ·
1 Parent(s): b60344d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def warmer():
37
 
38
  if (text_output != None) and (text_output_2 != None):
39
  print("ALIVE")
40
- print("pygmalion response : ", text_output)
41
  print("qna response : ", text_output_2)
42
  else:
43
  print("DISCONNECTED")
 
37
 
38
  if (text_output != None) and (text_output_2 != None):
39
  print("ALIVE")
40
+ print("mistral response : ", text_output)
41
  print("qna response : ", text_output_2)
42
  else:
43
  print("DISCONNECTED")