Skip to content

Commit

Permalink
chore: remove print console
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Mar 17, 2023
1 parent 23c8c40 commit a67cf39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SumGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,5 @@
st.warning(
'⚠️Result cut off due to length. Consider increasing the [Max Tokens Summary] parameter.')
if rec_responses != [] or final_response is not None:
print(rec_responses, final_response)
util.download_results(rec_responses, final_response)

0 comments on commit a67cf39

Please sign in to comment.