chore: delete model price log

This commit is contained in:
CaIon
2024-01-09 12:08:52 +08:00
parent a10b2bc0ee
commit 8207bf39b6

View File

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