mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
@@ -17,9 +17,9 @@ class ChatNvdiaNIM_ChatModels implements INode {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Chat NVIDIA NIM'
|
this.label = 'Chat NVIDIA NIM'
|
||||||
this.name = 'Chat NVIDIA NIM'
|
this.name = 'chatNvidiaNIM'
|
||||||
this.version = 1.1
|
this.version = 1.1
|
||||||
this.type = 'Chat NVIDIA NIM'
|
this.type = 'ChatNvidiaNIM'
|
||||||
this.icon = 'nvdia.svg'
|
this.icon = 'nvdia.svg'
|
||||||
this.category = 'Chat Models'
|
this.category = 'Chat Models'
|
||||||
this.description = 'Wrapper around NVIDIA NIM Inference API'
|
this.description = 'Wrapper around NVIDIA NIM Inference API'
|
||||||
|
|||||||
Reference in New Issue
Block a user