mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
refactor cohere to be in a folder
This commit is contained in:
parent
174b1c43e3
commit
f9ea0d8fa9
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,6 @@ from .llms import (
|
|||
clarifai,
|
||||
cloudflare,
|
||||
cohere,
|
||||
cohere_chat,
|
||||
gemini,
|
||||
huggingface_restapi,
|
||||
maritalk,
|
||||
|
@ -107,6 +106,7 @@ from .llms.anthropic_text import AnthropicTextCompletion
|
|||
from .llms.azure import AzureChatCompletion, _check_dynamic_azure_params
|
||||
from .llms.azure_text import AzureTextCompletion
|
||||
from .llms.bedrock_httpx import BedrockConverseLLM, BedrockLLM
|
||||
from .llms.cohere import chat as cohere_chat
|
||||
from .llms.custom_llm import CustomLLM, custom_chat_llm_router
|
||||
from .llms.databricks import DatabricksChatCompletion
|
||||
from .llms.huggingface_restapi import Huggingface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue