forked from flpbalada/my-opencode-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
35 lines (35 loc) · 772 Bytes
/
opencode.json
File metadata and controls
35 lines (35 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@mohak34/opencode-notifier@latest",
"@franlol/opencode-md-table-formatter@0.0.3"
],
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"figma-mcp-dektop": {
"type": "remote",
"url": "http://127.0.0.1:3845/mcp"
}
},
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"qwen3:8b": {
"name": "qwen3:8b"
},
"hoangquan456/qwen3-nothink:8b": {
"name": "hoangquan456/qwen3-nothink:8b"
}
}
}
}
}