From a67cf397866aaa516f130d4c5bcc8101303310f3 Mon Sep 17 00:00:00 2001 From: sean1832 Date: Sat, 18 Mar 2023 02:07:46 +1100 Subject: [PATCH] chore: remove print console --- src/SumGPT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SumGPT.py b/src/SumGPT.py index 9e3bc18..6d63b69 100644 --- a/src/SumGPT.py +++ b/src/SumGPT.py @@ -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)