mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 05:33:42 +08:00
✨ feat: MiniMax support (#50)
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user