Преглед изворни кода

Merge pull request #533 from HynoR/main

chore: 修正chatgpt-4o-latest补全倍率
Calcium-Ion пре 1 година
родитељ
комит
62e321fe30
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      common/model-ratio.go

+ 1 - 1
common/model-ratio.go

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