We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0998bf4 commit 9b54aa8Copy full SHA for 9b54aa8
packages/components/nodes/chatmodels/ChatNvdiaNIM/ChatNvdiaNIM.ts
@@ -17,9 +17,9 @@ class ChatNvdiaNIM_ChatModels implements INode {
17
18
constructor() {
19
this.label = 'Chat NVIDIA NIM'
20
- this.name = 'Chat NVIDIA NIM'
+ this.name = 'chatNvidiaNIM'
21
this.version = 1.1
22
- this.type = 'Chat NVIDIA NIM'
+ this.type = 'ChatNvidiaNIM'
23
this.icon = 'nvdia.svg'
24
this.category = 'Chat Models'
25
this.description = 'Wrapper around NVIDIA NIM Inference API'
0 commit comments