megar74877 commited on
Commit
5ee498b
·
verified ·
1 Parent(s): 06ec2e8

Update opencode.json

Browse files
Files changed (1) hide show
  1. opencode.json +7 -6
opencode.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
  "$schema": "https://opencode.ai/config.json",
3
  "provider": {
4
- "id": "openai-compatible",
5
- "name": "NVIDIA NIM",
6
- "options": {
7
- "baseURL": "https://integrate.api.nvidia.com/v1",
8
- "apiKey": "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"
 
9
  }
10
  },
11
- "model": "moonshotai/kimi-k2.5"
12
  }
 
1
  {
2
  "$schema": "https://opencode.ai/config.json",
3
  "provider": {
4
+ "my-free-provider": {
5
+ "npm": "@ai-sdk/openai-compatible",
6
+ "name": "NVIDIA NIM",
7
+ "options": {
8
+ "baseURL": "https://integrate.api.nvidia.com/v1"
9
+ }
10
  }
11
  },
12
+ "model": "my-free-provider/moonshotai/kimi-k2.5"
13
  }