From 91b80ae87945ed1a77b3507dd277ee9cdddaa0b4 Mon Sep 17 00:00:00 2001 From: JustSong Date: Tue, 7 May 2024 23:57:34 +0800 Subject: [PATCH] fix: remove extra space --- relay/billing/ratio/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/billing/ratio/model.go b/relay/billing/ratio/model.go index f87e77426d..04579d525c 100644 --- a/relay/billing/ratio/model.go +++ b/relay/billing/ratio/model.go @@ -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,