-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
79 lines (79 loc) · 1.89 KB
/
Copy pathopencode.json
File metadata and controls
79 lines (79 loc) · 1.89 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"searxng": {
"type": "local",
"command": ["npx", "-y", "mcp-searxng"],
"enabled": true,
"environment": {
"SEARXNG_URL": "http://localhost:9000",
"SEARXNG_HTML_FALLBACK": "true"
}
}
},
"provider": {
"llama.cpp": {
"npm": "@ai-sdk/openai-compatible",
"name": "llama-server (local)",
"options": {
"baseURL": "http://localhost:8080/v1"
},
"models": {
"unsloth/Qwen3.6-27B-GGUF:Q4_K_XL": {
"name": "qwen3.6-27b",
"options": {
"temperature": 0.6
},
"limit": {
"context": 154624,
"output": 16000
}
},
"unsloth/Qwen3.6-27B-MTP-GGUF:Q4_K_XL": {
"name": "qwen3.6-27b-mtp",
"options": {
"temperature": 0.6
},
"limit": {
"context": 47104,
"output": 16000
}
},
"unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL": {
"name": "qwen3.6-35b-a3b",
"options": {
"temperature": 0.6
},
"limit": {
"context": 142592,
"output": 16000
}
},
"unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_XL": {
"name": "qwen3.6-35b-a3b-mtp",
"options": {
"temperature": 0.6
},
"limit": {
"context": 105728,
"output": 16000
}
},
"unsloth/gemma-4-26B-A4B-it-GGUF:Q4_K_XL": {
"name": "gemma-4-26b-a4b",
"limit": {
"context": 262144,
"output": 16000
}
},
"unsloth/gemma-4-31b-it-GGUF:Q4_K_XL": {
"name": "gemma-4-31b",
"limit": {
"context": 68608,
"output": 16000
}
}
}
}
}
}