feat: MiniMax support (#50)

This commit is contained in:
Buer
2024-01-22 12:25:55 +08:00
committed by GitHub
parent 2cc120f35b
commit 705804e6dd
11 changed files with 601 additions and 2 deletions

View File

@@ -71,6 +71,12 @@ export const CHANNEL_OPTIONS = {
value: 26,
color: 'orange'
},
27: {
key: 27,
text: 'MiniMax',
value: 27,
color: 'orange'
},
24: {
key: 24,
text: 'Azure Speech',

View File

@@ -166,6 +166,15 @@ const typeConfig = {
prompt: {
test_model: ''
}
},
27: {
input: {
models: ['abab5.5-chat', 'abab5.5s-chat', 'abab6-chat', 'embo-01'],
test_model: 'abab5.5-chat'
},
prompt: {
key: '按照如下格式输入APISecret|groupID'
}
}
};