-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
65 lines (65 loc) · 1.83 KB
/
Copy pathopencode.jsonc
File metadata and controls
65 lines (65 loc) · 1.83 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
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"sakura": {
"npm": "@ai-sdk/openai-compatible",
"name": "Sakura AI Engine",
"options": {
"baseURL": "https://api.ai.sakura.ad.jp/v1",
"apiKey": "{env:SAKURA_AI_ENGINE_API_KEY}",
"timeout": 900000,
"chunkTimeout": 900000,
},
"models": {
"gpt-oss-120b": {
"name": "gpt-oss-120b",
"variants": {},
},
"llm-jp-3.1-8x13b-instruct4": {
"name": "llm-jp-3.1-8x13b-instruct4",
"variants": {},
},
"preview/Kimi-K2.6": {
"name": "preview/Kimi-K2.6",
"variants": {},
},
"preview/Kimi-K2.7-Code": {
"name": "preview/Kimi-K2.7-Code",
"variants": {},
},
"preview/Phi-4-mini-instruct-cpu": {
"name": "preview/Phi-4-mini-instruct-cpu",
"variants": {},
},
"preview/Phi-4-multimodal-instruct": {
"name": "preview/Phi-4-multimodal-instruct",
"variants": {},
},
"preview/Qwen3-0.6B-cpu": {
"name": "preview/Qwen3-0.6B-cpu",
"variants": {},
},
"preview/Qwen3-VL-30B-A3B-Instruct": {
"name": "preview/Qwen3-VL-30B-A3B-Instruct",
"variants": {},
},
"preview/Qwen3.6-35B-A3B": {
"name": "preview/Qwen3.6-35B-A3B",
"variants": {},
},
"preview/gemma-4-31B-it": {
"name": "preview/gemma-4-31B-it",
"variants": {},
},
},
},
},
"permission": {
"external_directory": {
"*": "deny",
"$HOME/.config/opencode/scripts/review-pr-submit.sh": "allow",
"$HOME/.config/opencode/scripts/review-pr-gh.sh": "allow",
"$HOME/.config/opencode/review-state/*": "allow",
},
},
}