Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bmritz committed Feb 14, 2024
1 parent b619193 commit b025a78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ai_ghostfunctions/ghostfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b025a78

Please sign in to comment.