🎨 Support Baichuan2

This commit is contained in:
Martial BE
2023-12-29 15:23:05 +08:00
parent c5aa59e297
commit 61c47a3b08
12 changed files with 190 additions and 5 deletions

View File

@@ -65,6 +65,12 @@ export const CHANNEL_OPTIONS = {
value: 23,
color: 'default'
},
26: {
key: 26,
text: '百川',
value: 26,
color: 'orange'
},
24: {
key: 24,
text: 'Azure Speech',

View File

@@ -130,6 +130,11 @@ const typeConfig = {
prompt: {
other: '请输入版本号例如v1'
}
},
26: {
input: {
models: ['Baichuan2-Turbo', 'Baichuan2-Turbo-192k', 'Baichuan2-53B', 'Baichuan-Text-Embedding']
}
}
};