소스 검색

feat: update gemini completion ratio #479

CalciumIon 1 년 전
부모
커밋
3aa86a8cd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/model-ratio.go

+ 1 - 1
common/model-ratio.go

@@ -375,7 +375,7 @@ func GetCompletionRatio(name string) float64 {
 		return 3
 	}
 	if strings.HasPrefix(name, "gemini-") {
-		return 3
+		return 4
 	}
 	if strings.HasPrefix(name, "command") {
 		switch name {