🐛 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

@@ -130,8 +130,8 @@ func init() {
"qwen-plus": {[]float64{1.4286, 1.4286}, ChannelTypeAli},
"qwen-max": {[]float64{1.4286, 1.4286}, ChannelTypeAli},
"qwen-max-longcontext": {[]float64{1.4286, 1.4286}, ChannelTypeAli},
"qwen-vl": {[]float64{0.5715, 0.5715}, ChannelTypeAli},
"qwen-vl-plus": {[]float64{0.5715, 0.5715}, ChannelTypeAli},
"qwen-vl-max": {[]float64{0.5715, 0.5715}, ChannelTypeAli},
// ¥0.0007 / 1k tokens
"text-embedding-v1": {[]float64{0.05, 0.05}, ChannelTypeAli},