Commit d46e6d42 by dd Committed by GitHub

Update render.jsx

parent 64e2ae56
......@@ -54,7 +54,6 @@ import {
FastGPT,
Kling,
Jimeng,
SubModel,
} from '@lobehub/icons';
import {
......@@ -343,8 +342,6 @@ export function getChannelIcon(channelType) {
return <FastGPT.Color size={iconSize} />;
case 21: // 知识库:AI Proxy
case 44: // 嵌入模型:MokaAI M3E
case 53: // 嵌入模型:SubModel
return <SubModel size={iconSize} />;
default:
return null; // 未知类型或自定义渠道不显示图标
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment