-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
61 lines (61 loc) · 1.44 KB
/
Copy pathopencode.json
File metadata and controls
61 lines (61 loc) · 1.44 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
{
"$schema": "https://opencode.ai/config.json",
"model": "nvidia-nim/nvidia/nemotron-3-super-120b-a12b",
"small_model": "nvidia-nim/nvidia/nemotron-3-super-120b-a12b",
"provider": {
"nvidia-nim": {
"npm": "@ai-sdk/openai-compatible",
"name": "NVIDIA NIM",
"options": {
"baseURL": "https://integrate.api.nvidia.com/v1",
"apiKey": "{env:NVIDIA_API_KEY}",
"timeout": 600000,
"chunkTimeout": 120000
},
"models": {
"nvidia/nemotron-3-super-120b-a12b": {
"name": "NVIDIA Nemotron 3 Super 120B",
"options": {
"chat_template_kwargs": {
"force_nonempty_content": true
}
},
"limit": {
"context": 1000000,
"output": 32768
}
}
}
}
},
"agent": {
"build": {
"temperature": 1.0,
"top_p": 0.95,
"max_tokens": 32000
},
"plan": {
"temperature": 1.0,
"top_p": 0.95,
"max_tokens": 32000
}
},
"permission": {
"read": "allow",
"glob": "allow",
"grep": "allow",
"list": "allow",
"edit": "ask",
"bash": {
"*": "ask",
"pwd": "allow",
"python3 dynamic_range_average.py run --dataset spy --months 6": "allow",
"rm *": "deny",
"git push *": "deny",
"git reset --hard*": "deny"
},
"external_directory": "deny",
"webfetch": "deny",
"websearch": "deny"
}
}