This commit is contained in:
Laisky.Cai
2025-02-25 17:11:33 +08:00
committed by GitHub
2 changed files with 28 additions and 3 deletions

View File

@@ -763,7 +763,7 @@ func GetCompletionRatio(name string, channelType int) float64 {
}
return 2
}
// including o1, o1-preview, o1-mini
// including o1/o1-preview/o1-mini
if strings.HasPrefix(name, "o1") {
return 4
}