Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed Dec 4, 2024
1 parent d5718c6 commit 8fd2bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def _get_litellm_response(
options: LiteLLMOptions,
response_format: type[BaseModel] | dict | None,
stream: bool = False,
) -> "ModelResponse" | "CustomStreamWrapper":
) -> "ModelResponse | CustomStreamWrapper":
try:
response = await litellm.acompletion(
messages=conversation,
Expand Down

0 comments on commit 8fd2bd1

Please sign in to comment.