🎨 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

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