diff --git a/relay/billing/ratio/model.go b/relay/billing/ratio/model.go index e7d6cb18..0c3fbb08 100644 --- a/relay/billing/ratio/model.go +++ b/relay/billing/ratio/model.go @@ -916,7 +916,7 @@ func GetModelRatio(name string, channelType int) float64 { } logger.SysError("model ratio not found: " + name) - return 0.1 * QuotaPerUsd + return 2.5 * MilliTokensUsd } // CompletionRatio2JSONString returns the CompletionRatio map as a JSON string.