From c59bfe31645d46a92117617cf68c0a93fc51fd08 Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Tue, 7 Jan 2025 15:57:13 +0200 Subject: [PATCH] reduce console output --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 6d72501..bc14c6d 100755 --- a/client.py +++ b/client.py @@ -127,7 +127,7 @@ for i in range(startAt, len(files)): hz = 1 / (seconds + 0.0001) # Output the result - print("result[0][0][1] ",result[0][0][1]) + #print("result[0][0][1] ",result[0][0][1]) question = this_user_prompt #Don't try to recover it from the list.. response = result[0][0][1]