add emoji to LiteLLM icon
This commit is contained in:
parent
37f61e8b83
commit
2e853ac260
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue