-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
37 lines (37 loc) · 800 Bytes
/
opencode.json
File metadata and controls
37 lines (37 loc) · 800 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
{
"$schema": "https://opencode.ai/config.json",
"model": "gemma-local/gemma-4-26b",
"provider": {
"gemma-local": {
"npm": "@ai-sdk/openai-compatible",
"name": "Gemma 4 26B-A4B (local llama.cpp)",
"options": {
"baseURL": "http://127.0.0.1:8080/v1"
},
"models": {
"gemma-4-26b": {
"name": "Gemma 4 26B-A4B (Q4_K_M)",
"tool_call": true,
"limit": {
"context": 32768,
"output": 8192
}
}
}
}
},
"agent": {
"build": {
"model": "gemma-local/gemma-4-26b"
},
"general": {
"model": "gemma-local/gemma-4-26b"
},
"plan": {
"model": "gemma-local/gemma-4-26b"
},
"title": {
"model": "gemma-local/gemma-4-26b"
}
}
}