refactor cohere to be in a folder

This commit is contained in:
Ishaan Jaff 2024-08-26 14:16:25 -07:00
parent 174b1c43e3
commit f9ea0d8fa9
2 changed files with 2 additions and 2 deletions

View file

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