feat: update model ratio

This commit is contained in:
CalciumIon
2024-11-06 19:33:50 +08:00
parent 3037dfab5b
commit cbf0688b80
2 changed files with 4 additions and 3 deletions

View File

@@ -430,7 +430,7 @@ func GetAudioRatio(name string) float64 {
func GetAudioCompletionRatio(name string) float64 {
if strings.HasPrefix(name, "gpt-4o-realtime") {
return 10
return 2
}
return 2
}