Rename LiteLLMComponent to ChatLiteLLMComponent
This commit is contained in:
parent
868aca053e
commit
08c2542416
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue