Skip to content

Commit

Permalink
fix: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed May 7, 2024
1 parent 2720e1a commit 91b80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/billing/ratio/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var ModelRatio = map[string]float64{
"command-light": 0.5,
"command-light-nightly": 0.5,
"command-r": 0.5 / 1000 * USD,
"command-r-plus ": 3.0 / 1000 * USD,
"command-r-plus": 3.0 / 1000 * USD,
// https://platform.deepseek.com/api-docs/pricing/
"deepseek-chat": 1.0 / 1000 * RMB,
"deepseek-coder": 1.0 / 1000 * RMB,
Expand Down

0 comments on commit 91b80ae

Please sign in to comment.