mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Feature/nim container (#3966)
* add nim container setup * check if image or container exist before pulling * update NIM dialog * update chat nvidia api key * update nim container version * update nim container version
This commit is contained in:
@@ -17,7 +17,8 @@ export const WHITELIST_URLS = [
|
||||
'/api/v1/ping',
|
||||
'/api/v1/version',
|
||||
'/api/v1/attachments',
|
||||
'/api/v1/metrics'
|
||||
'/api/v1/metrics',
|
||||
'/api/v1/nvidia-nim'
|
||||
]
|
||||
|
||||
export const OMIT_QUEUE_JOB_DATA = ['componentNodes', 'appDataSource', 'sseStreamer', 'telemetry', 'cachePool']
|
||||
|
||||
Reference in New Issue
Block a user