chore: delete model price log

This commit is contained in:
CaIon 2024-01-09 12:08:52 +08:00
parent 6ed365c267
commit fb95216b5a

View File

@ -109,7 +109,7 @@ func GetModelPrice(name string) float64 {
} }
price, ok := ModelPrice[name] price, ok := ModelPrice[name]
if !ok { if !ok {
SysError("model price not found: " + name) //SysError("model price not found: " + name)
return -1 return -1
} }
return price return price