feat: support lingyiwanwu

This commit is contained in:
JustSong
2024-03-14 23:11:36 +08:00
parent 89e111ac69
commit be9eb59fbb
8 changed files with 30 additions and 0 deletions

View File

@@ -101,6 +101,12 @@ export const CHANNEL_OPTIONS = {
value: 30,
color: 'default'
},
31: {
key: 31,
text: '零一万物',
value: 31,
color: 'default'
},
8: {
key: 8,
text: '自定义渠道',

View File

@@ -169,6 +169,9 @@ const typeConfig = {
30: {
modelGroup: "ollama",
},
31: {
modelGroup: "lingyiwanwu",
},
};
export { defaultConfig, typeConfig };

View File

@@ -16,6 +16,7 @@ export const CHANNEL_OPTIONS = [
{ key: 27, text: 'MiniMax', value: 27, color: 'red' },
{ key: 29, text: 'Groq', value: 29, color: 'orange' },
{ key: 30, text: 'Ollama', value: 30, color: 'black' },
{ key: 31, text: '零一万物', value: 31, color: 'green' },
{ key: 8, text: '自定义渠道', value: 8, color: 'pink' },
{ key: 22, text: '知识库FastGPT', value: 22, color: 'blue' },
{ key: 21, text: '知识库AI Proxy', value: 21, color: 'purple' },