update liteLLM icon

This commit is contained in:
anovazzi1 2024-06-23 18:07:10 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 696c07991d

View file

@ -22,7 +22,7 @@ class ChatLiteLLMModelComponent(LCModelComponent):
display_name = "LiteLLM"
description = "`LiteLLM` collection of large language models."
documentation = "https://python.langchain.com/docs/integrations/chat/litellm"
icon = "LiteLLM"
icon = "🚄"
inputs = [
MessageInput(name="input_value", display_name="Input"),