mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Removing unecessary import
This commit is contained in:
parent
19e7070b73
commit
7da05df534
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from litellm.secret_managers.main import get_secret_str
|
|||
from litellm.types.llms.openai import (
|
||||
AllMessageValues,
|
||||
)
|
||||
from litellm.types.utils import ModelResponse, ModelInfoBase
|
||||
from litellm.types.utils import ModelResponse
|
||||
|
||||
from ...openai_like.chat.transformation import OpenAILikeChatConfig
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue