mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
🐛 fix some bugs (#70)
* 🐛 fix: moonshot model name error * 🐛 fix: qwen-vl model name error
This commit is contained in:
@@ -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},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user