Skip to content

Commit ae35d8e

Browse files
authored
fix: fix lingyiwanwu model ratio (songquanpeng#1182)
1 parent 0dc12d1 commit ae35d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/model-ratio.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ var ModelRatio = map[string]float64{
134134
"mixtral-8x7b-32768": 0.27 / 1000 * USD,
135135
"gemma-7b-it": 0.1 / 1000 * USD,
136136
// https://platform.lingyiwanwu.com/docs#-计费单元
137-
"yi-34b-chat-0205": 2.5 / 1000000 * RMB,
138-
"yi-34b-chat-200k": 12.0 / 1000000 * RMB,
139-
"yi-vl-plus": 6.0 / 1000000 * RMB,
137+
"yi-34b-chat-0205": 2.5 / 1000 * RMB,
138+
"yi-34b-chat-200k": 12.0 / 1000 * RMB,
139+
"yi-vl-plus": 6.0 / 1000 * RMB,
140140
}
141141

142142
var CompletionRatio = map[string]float64{}

0 commit comments

Comments
 (0)