-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
40 lines (40 loc) · 815 Bytes
/
Copy pathopencode.json
File metadata and controls
40 lines (40 loc) · 815 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
36
37
38
39
40
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"memory": {
"command": [
"/home/baphled/.local/bin/mcp-mem0-server"
],
"type": "local"
},
"vault-rag": {
"command": [
"/home/baphled/.local/bin/mcp-vault-server"
],
"type": "local"
}
},
"plugin": [
"opencode-anthropic-auth@0.0.13",
"oh-my-opencode"
],
"provider": {
"ollama": {
"models": {
"glm-4.7:cloud": {
"_launch": true,
"name": "GLM 4.7 Cloud"
},
"kimi-k2.5:cloud": {
"_launch": true,
"name": "Kimi K2.5 Cloud"
}
},
"name": "Ollama (local)",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://localhost:11434/v1"
}
}
}
}