-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
42 lines (42 loc) · 876 Bytes
/
Copy pathopencode.json
File metadata and controls
42 lines (42 loc) · 876 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
41
42
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"default_agent": "llama",
"mcp": {
"makeitwork-argocd": { "enabled": false },
"makeitwork-apify": { "enabled": false }
},
"tools": {
"makeitwork-argocd_*": false,
"makeitwork-apify_*": false
},
"agent": {
"title": {
"disable": true
},
"plan": {
"disable": true
},
"build": {
"disable": true
}
},
"provider": {
"llama.cpp": {
"npm": "@ai-sdk/openai-compatible",
"name": "llama-server (hero)",
"options": {
"baseURL": "http://hero.makeitwork.cloud:8080/v1"
},
"models": {
"Qwen_Qwen3.6-35B-A3B-Q4_K_M.gguf": {
"name": "Qwen3.6-35B-A3B Q4_K_M (hero)",
"limit": {
"context": 229376,
"output": 4096
}
}
}
}
}
}