🐛 fix some bugs (#70)

* 🐛 fix: moonshot model name error

* 🐛 fix: qwen-vl model name error
This commit is contained in:
Buer
2024-02-20 16:21:26 +08:00
committed by GitHub
parent fbc0308620
commit 43b4ee37d9
4 changed files with 4 additions and 4 deletions

View File

@@ -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'
}
}