mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
chore: delete model price log
This commit is contained in:
parent
6ed365c267
commit
fb95216b5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user