-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
89 lines (89 loc) · 1.93 KB
/
Copy pathopencode.json
File metadata and controls
89 lines (89 loc) · 1.93 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codebase-memory-mcp": {
"enabled": false
}
},
"agent": {
"plan": {
"steps": 1,
"permission": "deny",
"tools": {
"apply_patch": false,
"bash": false,
"edit": false,
"glob": false,
"grep": false,
"question": false,
"read": false,
"skill": false,
"task": false,
"todowrite": false,
"webfetch": false,
"websearch": false,
"write": false
}
}
},
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama (local)",
"options": {
"baseURL": "http://127.0.0.1:11434/v1"
},
"models": {
"hf.co/unsloth/Qwen3.8-27B-GGUF:UD-Q5_K_M": {
"name": "Qwen3.8 27B UD-Q5_K_M",
"limit": {
"context": 65536,
"output": 32768
}
},
"deepseek-r1:32b": {
"name": "DeepSeek R1 32B",
"limit": {
"context": 65536,
"output": 32768
}
},
"gpt-oss:20b": {
"name": "GPT-OSS 20B",
"limit": {
"context": 65536,
"output": 32768
}
},
"gemma4:31b": {
"name": "Gemma 4 31B",
"limit": {
"context": 65536,
"output": 32768
}
},
"magistral:24b": {
"name": "Magistral 24B",
"limit": {
"context": 40000,
"output": 16000
}
},
"phi4-reasoning:plus": {
"name": "Phi-4 Reasoning Plus",
"limit": {
"context": 32768,
"output": 16384
}
},
"muse-glimmer:30b": {
"name": "Muse Glimmer 30B",
"limit": {
"context": 65536,
"output": 32768
}
}
}
}
}
}