feat: 启用模型缓存功能,移除配置中注释的store字段

- 移除配置中被注释的store字段以启用模型缓存功能
This commit is contained in:
2026-01-30 18:30:51 +08:00
parent 7bdcbe723c
commit 85301c8d23

View File

@@ -74,7 +74,6 @@
"baseURL": "https://cpa.furtherverse.com/v1", "baseURL": "https://cpa.furtherverse.com/v1",
"apiKey": "{env:CPA_API_KEY}", "apiKey": "{env:CPA_API_KEY}",
"setCacheKey": true "setCacheKey": true
// "store": false
}, },
"models": { "models": {
"gpt-5.2": { "gpt-5.2": {