feat: support minimax

This commit is contained in:
CaIon 2024-05-16 19:06:35 +08:00
parent e0df8bbbda
commit 039fda91f2

View File

@ -36,13 +36,6 @@ export const CHANNEL_OPTIONS = [
color: 'teal', color: 'teal',
label: 'Azure OpenAI', label: 'Azure OpenAI',
}, },
{
key: 11,
text: 'Google PaLM2',
value: 11,
color: 'orange',
label: 'Google PaLM2',
},
{ {
key: 24, key: 24,
text: 'Google Gemini', text: 'Google Gemini',
@ -92,10 +85,18 @@ export const CHANNEL_OPTIONS = [
color: 'purple', color: 'purple',
label: '智谱 GLM-4V', label: '智谱 GLM-4V',
}, },
{
key: 11,
text: 'Google PaLM2',
value: 11,
color: 'orange',
label: 'Google PaLM2',
},
{ key: 25, text: 'Moonshot', value: 25, color: 'green', label: 'Moonshot' }, { key: 25, text: 'Moonshot', value: 25, color: 'green', label: 'Moonshot' },
{ key: 19, text: '360 智脑', value: 19, color: 'blue', label: '360 智脑' }, { key: 19, text: '360 智脑', value: 19, color: 'blue', label: '360 智脑' },
{ key: 23, text: '腾讯混元', value: 23, color: 'teal', label: '腾讯混元' }, { key: 23, text: '腾讯混元', value: 23, color: 'teal', label: '腾讯混元' },
{ key: 31, text: '零一万物', value: 31, color: 'green', label: '零一万物' }, { key: 31, text: '零一万物', value: 31, color: 'green', label: '零一万物' },
{ key: 35, text: 'MiniMax', value: 35, color: 'green', label: 'MiniMax' },
{ key: 8, text: '自定义渠道', value: 8, color: 'pink', label: '自定义渠道' }, { key: 8, text: '自定义渠道', value: 8, color: 'pink', label: '自定义渠道' },
{ {
key: 22, key: 22,