mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Updated embeddings and llm icons
This commit is contained in:
@@ -19,7 +19,7 @@ class OpenAIEmbeddingCustom_Embeddings implements INode {
|
||||
this.name = 'openAIEmbeddingsCustom'
|
||||
this.version = 1.0
|
||||
this.type = 'OpenAIEmbeddingsCustom'
|
||||
this.icon = 'openai.png'
|
||||
this.icon = 'openai.svg'
|
||||
this.category = 'Embeddings'
|
||||
this.description = 'OpenAI API to generate embeddings for a given text'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(OpenAIEmbeddings)]
|
||||
|
||||
Reference in New Issue
Block a user