mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 13:43:42 +08:00
✨ feat: support mistral (#94)
This commit is contained in:
@@ -89,6 +89,12 @@ export const CHANNEL_OPTIONS = {
|
||||
value: 29,
|
||||
color: 'default'
|
||||
},
|
||||
30: {
|
||||
key: 30,
|
||||
text: 'Mistral',
|
||||
value: 30,
|
||||
color: 'orange'
|
||||
},
|
||||
24: {
|
||||
key: 24,
|
||||
text: 'Azure Speech',
|
||||
|
||||
@@ -181,6 +181,20 @@ const typeConfig = {
|
||||
test_model: 'moonshot-v1-8k'
|
||||
},
|
||||
modelGroup: 'Moonshot'
|
||||
},
|
||||
30: {
|
||||
input: {
|
||||
models: [
|
||||
'open-mistral-7b',
|
||||
'open-mixtral-8x7b',
|
||||
'mistral-small-latest',
|
||||
'mistral-medium-latest',
|
||||
'mistral-large-latest',
|
||||
'mistral-embed'
|
||||
],
|
||||
test_model: 'open-mistral-7b'
|
||||
},
|
||||
modelGroup: 'Mistral'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user