feat - update deployments

This commit is contained in:
Ishaan Jaff 2024-04-24 09:53:42 -07:00
parent 70c98617da
commit 3d1a158b63
2 changed files with 38 additions and 1 deletions

View file

@ -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