-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
72 lines (72 loc) · 1.84 KB
/
Copy pathopencode.json
File metadata and controls
72 lines (72 loc) · 1.84 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"$schema": "https://opencode.ai/config.json",
"keybinds": {},
"model": "ollama/gpt-oss:20b",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://192.0.2.96:11434/v1"
},
"models": {
"gpt-oss:20b": {
"tool_call": true,
"reasoning": true
},
"qwen3:30b": {
"tool_call": true,
"reasoning": true
},
"gemma3:12b": {
"vision": true
},
"devstral:24b": {
"tool_call": true
}
}
},
"anthropic": {
"options": {
"apiKey": "{env:ANTHROPIC_API_KEY}"
},
"models": {
"claude-sonnet-4-20250514-v1:0": {
"tool_call": true,
"reasoning": true
}
}
}
},
"mcp": {
"eek": {
"type": "remote",
"url": "http://192.0.2.97:8000/mcp",
"enabled": true
},
"hog": {
"type": "remote",
"url": "http://192.0.2.88:8000/mcp",
"enabled": true
},
"oop": {
"type": "remote",
"url": "http://192.0.2.51:8000/mcp",
"enabled": true
},
"ook": {
"type": "remote",
"url": "http://192.0.2.90:8000/mcp",
"enabled": true
},
"rpi1": {
"type": "remote",
"url": "http://192.0.2.98:8000/mcp",
"enabled": true
},
"rpi2": {
"type": "remote",
"url": "http://192.0.2.99:8000/mcp",
"enabled": true
}
}
}