mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Code Quality Improvement - move aleph_alpha
to deprecated_providers (#7168)
* move aleph alpha to deprecated providers * fix import location * fix aleph_alpha * pytest skip * undo change to test file
This commit is contained in:
parent
21003c4337
commit
400eb28a91
3 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ from litellm.utils import (
|
|||
from ._logging import verbose_logger
|
||||
from .caching.caching import disable_cache, enable_cache, update_cache
|
||||
from .litellm_core_utils.streaming_chunk_builder_utils import ChunkProcessor
|
||||
from .llms import aleph_alpha, baseten, maritalk, ollama_chat, petals
|
||||
from .llms import baseten, maritalk, ollama_chat, petals
|
||||
from .llms.anthropic.chat import AnthropicChatCompletion
|
||||
from .llms.azure.audio_transcriptions import AzureAudioTranscription
|
||||
from .llms.azure.azure import AzureChatCompletion, _check_dynamic_azure_params
|
||||
|
@ -98,7 +98,7 @@ from .llms.custom_httpx.llm_http_handler import BaseLLMHTTPHandler
|
|||
from .llms.custom_llm import CustomLLM, custom_chat_llm_router
|
||||
from .llms.databricks.chat.handler import DatabricksChatCompletion
|
||||
from .llms.databricks.embed.handler import DatabricksEmbeddingHandler
|
||||
from .llms.deprecated_providers import palm
|
||||
from .llms.deprecated_providers import palm, aleph_alpha
|
||||
from .llms.groq.chat.handler import GroqChatCompletion
|
||||
from .llms.huggingface.chat.handler import Huggingface
|
||||
from .llms.nlp_cloud.chat.handler import completion as nlp_cloud_chat_completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue