fix: Update logos for Cohere nodes (no-changelog) (#10018)

This commit is contained in:
Jon
2024-07-12 08:28:46 +01:00
committed by GitHub
parent c29664d688
commit 47882161c8
6 changed files with 22 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export class LmCohere implements INodeType {
displayName: 'Cohere Model',
// eslint-disable-next-line n8n-nodes-base/node-class-description-name-miscased
name: 'lmCohere',
icon: 'file:cohere.svg',
icon: { light: 'file:cohere.svg', dark: 'file:cohere.dark.svg' },
group: ['transform'],
version: 1,
description: 'Language Model Cohere',