mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix use consistent naming (#7092)
This commit is contained in:
parent
249506065e
commit
664d82ca9e
20 changed files with 20 additions and 20 deletions
|
@ -9,7 +9,7 @@ from litellm.secret_managers.main import get_secret_str
|
|||
from litellm.types.router import GenericLiteLLMParams
|
||||
|
||||
from ..litellm_core_utils.litellm_logging import Logging as LiteLLMLogging
|
||||
from ..llms.AzureOpenAI.realtime.handler import AzureOpenAIRealtime
|
||||
from ..llms.azure.realtime.handler import AzureOpenAIRealtime
|
||||
from ..llms.OpenAI.realtime.handler import OpenAIRealtime
|
||||
from ..utils import client as wrapper_client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue