mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 23:26:39 +08:00
fix: conflict code
This commit is contained in:
parent
ba8a967a85
commit
054aae46b1
@ -149,7 +149,7 @@ func init() {
|
|||||||
DefaultModelRatio = make(map[string]float64)
|
DefaultModelRatio = make(map[string]float64)
|
||||||
for k, v := range ModelRatio {
|
for k, v := range ModelRatio {
|
||||||
DefaultModelRatio[k] = v
|
DefaultModelRatio[k] = v
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ModelRatio2JSONString() string {
|
func ModelRatio2JSONString() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user