mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix code quality
This commit is contained in:
parent
dc3d7b3afc
commit
b20a69f9fc
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ from typing import Any, Optional
|
|||
from openai import AsyncAzureOpenAI, AzureOpenAI
|
||||
from pydantic import BaseModel
|
||||
|
||||
import litellm
|
||||
from litellm.litellm_core_utils.audio_utils.utils import get_audio_file_name
|
||||
from litellm.types.utils import FileTypes
|
||||
from litellm.utils import (
|
||||
|
|
|
@ -2,7 +2,6 @@ from typing import Any, Callable, Optional
|
|||
|
||||
from openai import AsyncAzureOpenAI, AzureOpenAI
|
||||
|
||||
import litellm
|
||||
from litellm.litellm_core_utils.prompt_templates.factory import prompt_factory
|
||||
from litellm.utils import CustomStreamWrapper, ModelResponse, TextCompletionResponse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue