forked from imbytecat/opencode-config
feat: 启用缓存键设置提升模型请求缓存效率
- 启用缓存键设置以提升模型请求的缓存效率。
This commit is contained in:
@@ -49,7 +49,8 @@
|
|||||||
"npm": "@ai-sdk/openai",
|
"npm": "@ai-sdk/openai",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "http://10.0.1.1:8317/v1",
|
"baseURL": "http://10.0.1.1:8317/v1",
|
||||||
"apiKey": "{env:CPA_API_KEY}"
|
"apiKey": "{env:CPA_API_KEY}",
|
||||||
|
"setCacheKey": true
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gpt-5.2": {
|
"gpt-5.2": {
|
||||||
|
|||||||
Reference in New Issue
Block a user