Explorar el Código

fix: /v1/responses/compact default billing

Seefs hace 1 mes
padre
commit
b1842b908e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setting/ratio_setting/model_ratio.go

+ 1 - 1
setting/ratio_setting/model_ratio.go

@@ -463,7 +463,7 @@ func GetModelRatio(name string) (float64, bool, string) {
 			if wildcardRatio, ok := modelRatioMap[CompactWildcardModelKey]; ok {
 				return wildcardRatio, true, name
 			}
-			return 0, true, name
+			//return 0, true, name
 		}
 		return 37.5, operation_setting.SelfUseModeEnabled, name
 	}