Skip to content

Commit 90fbe01

Browse files
committed
move nvidia last since it's often slow and unreliable
1 parent ebbd82d commit 90fbe01

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

llms/llms.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -365,21 +365,6 @@
365365
"moonshotai": {
366366
"enabled": true
367367
},
368-
"nvidia": {
369-
"enabled": true,
370-
"modalities": {
371-
"image": {
372-
"name": "NVIDIA Gen AI",
373-
"npm": "nvidia/image",
374-
"height": 1024,
375-
"width": 1024,
376-
"cfg_scale": 3.5,
377-
"mode": "base",
378-
"samples": 1,
379-
"steps": 50
380-
}
381-
}
382-
},
383368
"huggingface": {
384369
"enabled": true
385370
},
@@ -395,6 +380,21 @@
395380
"npm": "openrouter/image"
396381
}
397382
}
383+
},
384+
"nvidia": {
385+
"enabled": true,
386+
"modalities": {
387+
"image": {
388+
"name": "NVIDIA Gen AI",
389+
"npm": "nvidia/image",
390+
"height": 1024,
391+
"width": 1024,
392+
"cfg_scale": 3.5,
393+
"mode": "base",
394+
"samples": 1,
395+
"steps": 50
396+
}
397+
}
398398
}
399399
}
400400
}

0 commit comments

Comments
 (0)