Commit 116d070b by DD

merge

parent 2fb5fc23
...@@ -49,13 +49,11 @@ const ( ...@@ -49,13 +49,11 @@ const (
ChannelTypeCoze = 49 ChannelTypeCoze = 49
ChannelTypeKling = 50 ChannelTypeKling = 50
ChannelTypeJimeng = 51 ChannelTypeJimeng = 51
<<<<<<< HEAD
ChannelTypeSubmodel = 52
=======
ChannelTypeVidu = 52 ChannelTypeVidu = 52
>>>>>>> 041782c49e0289b9d2e64a318e81e4f75754dabf ChannelTypeSubmodel = 53
ChannelTypeDummy // this one is only for count, do not add any channel after this ChannelTypeDummy // this one is only for count, do not add any channel after this
) )
var ChannelBaseURLs = []string{ var ChannelBaseURLs = []string{
......
...@@ -342,7 +342,7 @@ export function getChannelIcon(channelType) { ...@@ -342,7 +342,7 @@ export function getChannelIcon(channelType) {
return <FastGPT.Color size={iconSize} />; return <FastGPT.Color size={iconSize} />;
case 21: // 知识库:AI Proxy case 21: // 知识库:AI Proxy
case 44: // 嵌入模型:MokaAI M3E case 44: // 嵌入模型:MokaAI M3E
case 52: // SubModel case 53: // SubModel
return null; return null;
default: default:
return null; // 未知类型或自定义渠道不显示图标 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