Skip to content

Commit 9b54aa8

Browse files
authored
Bugfix/nvidia node name (#4986)
fix nvidia node name
1 parent 0998bf4 commit 9b54aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/nodes/chatmodels/ChatNvdiaNIM/ChatNvdiaNIM.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class ChatNvdiaNIM_ChatModels implements INode {
1717

1818
constructor() {
1919
this.label = 'Chat NVIDIA NIM'
20-
this.name = 'Chat NVIDIA NIM'
20+
this.name = 'chatNvidiaNIM'
2121
this.version = 1.1
22-
this.type = 'Chat NVIDIA NIM'
22+
this.type = 'ChatNvidiaNIM'
2323
this.icon = 'nvdia.svg'
2424
this.category = 'Chat Models'
2525
this.description = 'Wrapper around NVIDIA NIM Inference API'

0 commit comments

Comments
 (0)