forked from phoenix/litellm-mirror
feat - update deployments
This commit is contained in:
parent
70c98617da
commit
3d1a158b63
2 changed files with 38 additions and 1 deletions
|
@ -35,7 +35,14 @@ from litellm.utils import (
|
|||
import copy
|
||||
from litellm._logging import verbose_router_logger
|
||||
import logging
|
||||
from litellm.types.router import Deployment, ModelInfo, LiteLLM_Params, RouterErrors
|
||||
from litellm.types.router import (
|
||||
Deployment,
|
||||
ModelInfo,
|
||||
LiteLLM_Params,
|
||||
RouterErrors,
|
||||
updateDeployment,
|
||||
updateLiteLLMParams,
|
||||
)
|
||||
from litellm.integrations.custom_logger import CustomLogger
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue