feat: update model ratio

This commit is contained in:
CalciumIon
2024-11-06 19:33:50 +08:00
parent eabc605fb5
commit 0c6ed7750c
2 changed files with 4 additions and 3 deletions
+1 -1
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
}