Add icon to CohereComponent
This commit is contained in:
parent
907300881b
commit
4fea0d4b13
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ class CohereComponent(CustomComponent):
|
|||
display_name = "Cohere"
|
||||
description = "Cohere large language models."
|
||||
documentation = "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/cohere"
|
||||
icon = "Cohere"
|
||||
|
||||
def build_config(self):
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue