Skip to content

Commit

Permalink
remove verbose print
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 2, 2023
1 parent 160b001 commit 9f91fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f91fca

Please sign in to comment.