mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 05:33:42 +08:00
🐛 fix some bugs (#70)
* 🐛 fix: moonshot model name error * 🐛 fix: qwen-vl model name error
This commit is contained in:
@@ -184,7 +184,7 @@ const typeConfig = {
|
||||
},
|
||||
29: {
|
||||
input: {
|
||||
models: ['moonshot-v1-8k', 'moonshot-v1-16k', 'moonshot-v1-128k'],
|
||||
models: ['moonshot-v1-8k', 'moonshot-v1-32k', 'moonshot-v1-128k'],
|
||||
test_model: 'moonshot-v1-8k'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user