Skip to content

Commit 8105763

Browse files
authored
Fix llm name (#161)
* 修改register name * merge
1 parent 6ade283 commit 8105763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bizyui/js/siliconcloud_llm_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const SILICONCLOUD_MODELS_CONFIG = {
108108

109109
// 统一的 Extension - 使用 nodeCreated 钩子避免原型覆盖冲突
110110
app.registerExtension({
111-
name: 'bizyair.siliconcloud.models.unified',
111+
name: 'bizyair.siliconcloud.models.llmOrVlm',
112112

113113
async nodeCreated(node, app) {
114114
const config = SILICONCLOUD_MODELS_CONFIG[node.comfyClass];

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.88
1+
1.2.89

0 commit comments

Comments
 (0)