Skip to content

Commit

Permalink
Remove temporary debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 4, 2024
1 parent e46185c commit f218c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogen/oai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ def _create_or_parse(*args, **kwargs):
params["stream"] = False
response = create_or_parse(**params)

print("!" * 100)
print(response)
return response

def cost(self, response: Union[ChatCompletion, Completion]) -> float:
Expand Down

0 comments on commit f218c66

Please sign in to comment.