Bugfix/nvidia node name (#4986)

fix nvidia node name
This commit is contained in:
Henry Heng 2025-07-30 17:50:55 +01:00 committed by GitHub
parent 0998bf4327
commit 9b54aa8879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ class ChatNvdiaNIM_ChatModels implements INode {
constructor() {
this.label = 'Chat NVIDIA NIM'
this.name = 'Chat NVIDIA NIM'
this.name = 'chatNvidiaNIM'
this.version = 1.1
this.type = 'Chat NVIDIA NIM'
this.type = 'ChatNvidiaNIM'
this.icon = 'nvdia.svg'
this.category = 'Chat Models'
this.description = 'Wrapper around NVIDIA NIM Inference API'