feat: 启用模型缓存功能,移除配置中注释的store字段
- 移除配置中被注释的store字段以启用模型缓存功能
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user