mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
remove log (#3692)
This commit is contained in:
@@ -9,7 +9,6 @@ export const getChatModelNameListByModules = (nodes: StoreNodeItemType[]): strin
|
||||
return model ? getLLMModel(model)?.name : '';
|
||||
})
|
||||
.filter(Boolean);
|
||||
console.log(JSON.stringify(nodes, null, 2), '---=');
|
||||
console.log(modelList, '---=');
|
||||
|
||||
return Array.from(new Set(modelList));
|
||||
};
|
||||
|
Reference in New Issue
Block a user