Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Sep 30, 2024
1 parent 1eab9a7 commit 0535cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/integrations/litellm/litellm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# We can handle this in non-streaming mode, but in streaming mode, we
# have no way of correctly capturing the output and not messing up the
# users' code (that i can see). In these cases, model cost is not captured.
USES_RAW_OPENAI_RESPONSE = version_parse(version("litellm")) < version_parse("1.42.11")
USES_RAW_OPENAI_RESPONSE = version_parse(version("litellm")) > version_parse("1.42.11")


class Nearly:
Expand Down

0 comments on commit 0535cfd

Please sign in to comment.