From a2678a256d0d1e032c37958b486932fadb4ba633 Mon Sep 17 00:00:00 2001 From: TAKO <20227709+HynoR@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:50:14 +0800 Subject: [PATCH] Update model-ratio.go fix wrong model ration about chatgpt-4o-latest --- common/model-ratio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/model-ratio.go b/common/model-ratio.go index a4a0528..034b5f6 100644 --- a/common/model-ratio.go +++ b/common/model-ratio.go @@ -351,7 +351,7 @@ func GetCompletionRatio(name string) float64 { return 4 } if name == "chatgpt-4o-latest" { - return 4 + return 3 } if strings.Contains(name, "claude-instant-1") { return 3