nanova commited on
Commit
677b395
·
1 Parent(s): ca1c241
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -71,7 +71,6 @@ def respond(
71
  content = content.replace('<', '&lt;').replace('>', '&gt;')
72
  content = content.replace('*', '\\*')
73
  current_response += content
74
- print(f"[INFO] current_response: {current_response}")
75
  yield current_response
76
  except json.JSONDecodeError:
77
  continue
 
71
  content = content.replace('<', '&lt;').replace('>', '&gt;')
72
  content = content.replace('*', '\\*')
73
  current_response += content
 
74
  yield current_response
75
  except json.JSONDecodeError:
76
  continue