mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
fix: remove extra space
This commit is contained in:
parent
2720e1a358
commit
91b80ae879
@ -171,7 +171,7 @@ var ModelRatio = map[string]float64{
|
|||||||
"command-light": 0.5,
|
"command-light": 0.5,
|
||||||
"command-light-nightly": 0.5,
|
"command-light-nightly": 0.5,
|
||||||
"command-r": 0.5 / 1000 * USD,
|
"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/
|
// https://platform.deepseek.com/api-docs/pricing/
|
||||||
"deepseek-chat": 1.0 / 1000 * RMB,
|
"deepseek-chat": 1.0 / 1000 * RMB,
|
||||||
"deepseek-coder": 1.0 / 1000 * RMB,
|
"deepseek-coder": 1.0 / 1000 * RMB,
|
||||||
|
Loading…
Reference in New Issue
Block a user