Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-mar committed Jan 13, 2025
1 parent dc4e9c2 commit e00229b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ def _completion_wrapper(self, *args: Any, **kwargs: Any) -> ModelResponse:
name="completion", attributes=dict(get_attributes_from_context())
) as span:
_instrument_func_type_completion(span, kwargs)
print("1: ", kwargs)
result = self.original_litellm_funcs["completion"](*args, **kwargs)
print("1.5:", result)
if isinstance(result, litellm.CustomStreamWrapper):
_finalize_span(span, result.completion_stream)
else:
Expand Down

0 comments on commit e00229b

Please sign in to comment.