mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix for responses API
This commit is contained in:
parent
4e74951a7d
commit
b61ae8dc86
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ Handler for transforming responses api requests to litellm.completion requests
|
|||
from typing import Any, Coroutine, Optional, Union
|
||||
|
||||
import litellm
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj
|
||||
from litellm.responses.litellm_completion_transformation.streaming_iterator import (
|
||||
LiteLLMCompletionStreamingIterator,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue