Add icon to CohereComponent

This commit is contained in:
anovazzi1 2024-02-28 17:44:43 -03:00
commit 4fea0d4b13

View file

@ -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 {