mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
chore: remove unused AnthropicFilesHandler import and instance
This commit is contained in:
parent
b601b531e7
commit
093cca9f57
1 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ import litellm
|
|||
from litellm import get_secret_str
|
||||
from litellm.litellm_core_utils.get_llm_provider_logic import get_llm_provider
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj
|
||||
from litellm.llms.anthropic.files.handler import AnthropicFilesHandler
|
||||
from litellm.llms.azure.common_utils import get_azure_credentials
|
||||
from litellm.llms.azure.files.handler import AzureOpenAIFilesAPI
|
||||
from litellm.llms.bedrock.files.handler import BedrockFilesHandler
|
||||
|
|
@ -54,7 +53,6 @@ openai_files_instance = OpenAIFilesAPI()
|
|||
azure_files_instance = AzureOpenAIFilesAPI()
|
||||
vertex_ai_files_instance = VertexAIFilesHandler()
|
||||
bedrock_files_instance = BedrockFilesHandler()
|
||||
anthropic_files_instance = AnthropicFilesHandler()
|
||||
#################################################
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue