Commit 1c48391c by DD

add submodel icon

parent 71d41d6e
......@@ -54,6 +54,7 @@ import {
FastGPT,
Kling,
Jimeng,
SubModel,
} from '@lobehub/icons';
import {
......@@ -342,6 +343,8 @@ 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