-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoh-my-opencode.json
More file actions
47 lines (47 loc) · 1.47 KB
/
oh-my-opencode.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"agents": {
"oracle": {
"model": "groq/llama-3.1-8b-instant",
"fallback": ["nemotron-3-super-free", "deepseek-r1-distill-qwen-32b"]
},
"sisyphus": {
"model": "groq/llama-3.1-8b-instant",
"fallback": ["deepseek-r1-distill-qwen-32b", "nemotron-3-super-free"]
}
},
"categories": {
"quick": {
"model": "groq/llama-3.1-8b-instant",
"fallback": ["llama-3.3-70b-versatile", "mixtral-8x7b-32768"]
},
"unspecified-high": {
"model": "groq/llama-3.3-70b-versatile",
"fallback": ["cerebras/qwen-3-235b-a22b-instruct-2507", "nemotron-3-super-free"]
},
"deep": {
"model": "cloudflare/deepseek-r1-distill-qwen-32b",
"fallback": ["groq/llama-3.1-8b-instant", "nemotron-3-super-free"]
},
"visual-engineering": {
"model": "groq/llama-3.1-8b-instant",
"fallback": ["llama-3.3-70b-versatile", "mixtral-8x7b-32768"]
},
"ultrabrain": {
"model": "cerebras/qwen-3-235b-a22b-instruct-2507",
"fallback": ["deepseek-r1-distill-qwen-32b", "nemotron-3-super-free"]
},
"artistry": {
"model": "cerebras/qwen-3-235b-a22b-instruct-2507",
"fallback": ["groq/llama-3.1-8b-instant", "groq/llama-3.3-70b-versatile"]
},
"writing": {
"model": "nemotron-3-super-free",
"fallback": ["groq/llama-3.3-70b-versatile", "mixtral-8x7b-32768"]
}
},
"settings": {
"use_working_models": true,
"prefer_free_models": true,
"fallback_to_paid": false
}
}