Update model-ratio.go
fix wrong model ration about chatgpt-4o-latest
This commit is contained in:
parent
105289887c
commit
830effe41b
@ -351,7 +351,7 @@ func GetCompletionRatio(name string) float64 {
|
||||
return 4
|
||||
}
|
||||
if name == "chatgpt-4o-latest" {
|
||||
return 4
|
||||
return 3
|
||||
}
|
||||
if strings.Contains(name, "claude-instant-1") {
|
||||
return 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user