update
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ def respond(
|
|
71 |
content = content.replace('<', '<').replace('>', '>')
|
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('<', '<').replace('>', '>')
|
72 |
content = content.replace('*', '\\*')
|
73 |
current_response += content
|
|
|
74 |
yield current_response
|
75 |
except json.JSONDecodeError:
|
76 |
continue
|