From b025a789a243cf77373811549564f52b79fdfc6f Mon Sep 17 00:00:00 2001 From: Brian Ritz Date: Wed, 14 Feb 2024 13:30:00 -0500 Subject: [PATCH] remove print statement --- src/ai_ghostfunctions/ghostfunctions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ai_ghostfunctions/ghostfunctions.py b/src/ai_ghostfunctions/ghostfunctions.py index 66b9a49..40d663d 100644 --- a/src/ai_ghostfunctions/ghostfunctions.py +++ b/src/ai_ghostfunctions/ghostfunctions.py @@ -129,8 +129,6 @@ def _parse_ai_result( The data from the ai result (data is of type `expected_return_type`) """ - # string_contents = [choice["message"]["content"] for choice in ai_result["choices"]] - print(ai_result) string_contents = [choice.message.content for choice in ai_result.choices] data = [ typeguard.check_type(