forked from imbytecat/opencode-config
feat: 启用缓存键设置以提升API响应缓存效率
- 启用缓存键设置以提升API响应缓存效率。
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
"npm": "@ai-sdk/openai",
|
||||
"options": {
|
||||
"baseURL": "https://www.packyapi.com/v1",
|
||||
"apiKey": "{env:PACKY_API_KEY}"
|
||||
"apiKey": "{env:PACKY_API_KEY}",
|
||||
"setCacheKey": true
|
||||
},
|
||||
"models": {
|
||||
"gpt-5.2": {
|
||||
|
||||
Reference in New Issue
Block a user