chore: Update terminology from "cache ratio" to "cache multiplier" in UI and add placeholder for default create cache ratio

This commit is contained in:
1808837298@qq.com
2025-03-08 02:44:09 +08:00
parent 4f194f4e6a
commit 6d79d8993e
3 changed files with 11 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ var defaultCacheRatio = map[string]float64{
"deepseek-coder": 0.5,
}
var defaultCreateCacheRatio = map[string]float64{}
var cacheRatioMap map[string]float64
var cacheRatioMapMutex sync.RWMutex