We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722a6a1 commit de35e32Copy full SHA for de35e32
README.md
@@ -4,3 +4,20 @@ https://www.npmjs.com/package/opencode-windows-fixed-cache
4
```
5
npm i opencode-windows-fixed-cache
6
7
+
8
9
+`opencode.json` : enable `provider.options.enableMeta`
10
11
12
+```
13
+ "provider": {
14
+ "anthropic": {
15
+ "name": "fox.anthropic.claude",
16
+ "npm": "@ai-sdk/anthropic",
17
+ "options": {
18
+ "baseURL": "https://code.newcli.com/claude/aws/v1",
19
+ "apiKey": "sk-ant-oat01-x-xxx-xx",
20
+ "setCacheKey": true,
21
+ "enableMeta":true
22
+ },
23
0 commit comments