Commit 23e901fd by JustSong

chore: set the fallback model ratio to 30

parent f1e77d62
...@@ -54,7 +54,7 @@ func GetModelRatio(name string) float64 { ...@@ -54,7 +54,7 @@ func GetModelRatio(name string) float64 {
ratio, ok := ModelRatio[name] ratio, ok := ModelRatio[name]
if !ok { if !ok {
SysError("Model ratio not found: " + name) SysError("Model ratio not found: " + name)
return 1 return 30
} }
return ratio return ratio
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment