mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix: Update logos for Cohere nodes (no-changelog) (#10018)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user