Rename LiteLLMComponent to ChatLiteLLMComponent

This commit is contained in:
Ricardo Henriques 2024-02-18 15:53:21 +00:00
commit 08c2542416

View file

@ -6,7 +6,7 @@ from langchain_community.chat_models.litellm import ChatLiteLLM, ChatLiteLLMExce
import os
class LiteLLMComponent(CustomComponent):
class ChatLiteLLMComponent(CustomComponent):
display_name = "ChatLiteLLM"
description = "`LiteLLM` collection of large language models."
documentation = "https://python.langchain.com/docs/integrations/chat/litellm"