fix: remove extra space
Some checks are pending
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Waiting to run
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Waiting to run
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Waiting to run
Linux Release / release (push) Waiting to run
macOS Release / release (push) Waiting to run
Windows Release / release (push) Waiting to run

This commit is contained in:
JustSong 2024-05-07 23:57:34 +08:00
parent 2720e1a358
commit 91b80ae879

View File

@ -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,