add emoji to LiteLLM icon

This commit is contained in:
italojohnny 2024-06-17 21:17:26 -03:00
commit 2e853ac260

View file

@ -14,7 +14,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", input_types=["Text", "Data", "Prompt"]),