1808837298@qq.com пре 1 година
родитељ
комит
f188147680
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      common/model-ratio.go

+ 1 - 1
common/model-ratio.go

@@ -201,7 +201,7 @@ func GetCompletionRatio(name string) float64 {
 		return 4.0 / 3.0
 		return 4.0 / 3.0
 	}
 	}
 	if strings.HasPrefix(name, "gpt-4") {
 	if strings.HasPrefix(name, "gpt-4") {
-		if strings.HasSuffix(name, "preview") {
+		if strings.HasSuffix(name, "gpt-4-turbo") {
 			return 3
 			return 3
 		}
 		}
 		return 2
 		return 2