diff --git a/client/utils.py b/client/utils.py index f008a18..ed4fb13 100644 --- a/client/utils.py +++ b/client/utils.py @@ -105,7 +105,6 @@ class Standalone: frequency_penalty=0.1, presence_penalty=0.1, ) - print(response) print(response.choices[0].message.content) except Exception as e: print(f"Error: {e}")