remove verbose print

这个提交包含在:
Your Name
2023-04-02 20:22:11 +08:00
父节点 a999487b8e
当前提交 97193065f6

查看文件

@@ -176,7 +176,7 @@ def close_up_code_segment_during_stream(gpt_reply):
segments = gpt_reply.split('```')
n_mark = len(segments) - 1
if n_mark % 2 == 1:
print('输出代码片段中!')
# print('输出代码片段中!')
return gpt_reply+'\n```'
else:
return gpt_reply