mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix naming
This commit is contained in:
parent
90877d2c1c
commit
fd95499e15
2 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ from litellm.litellm_core_utils.core_helpers import (
|
||||||
from litellm.litellm_core_utils.credential_accessor import CredentialAccessor
|
from litellm.litellm_core_utils.credential_accessor import CredentialAccessor
|
||||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj
|
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj
|
||||||
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
|
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
|
||||||
from litellm.proxy._experimental.mcp_server.mcp_routes import router as mcp_router
|
from litellm.proxy._experimental.mcp_server.server import router as mcp_router
|
||||||
from litellm.proxy._experimental.mcp_server.tool_registry import (
|
from litellm.proxy._experimental.mcp_server.tool_registry import (
|
||||||
global_mcp_tool_registry,
|
global_mcp_tool_registry,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue