Seriki commited on
Commit
ffb2622
·
verified ·
1 Parent(s): cfbfe0b

Create opencode.jsonc

Browse files
Files changed (1) hide show
  1. opencode.jsonc +8 -0
opencode.jsonc ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "model": "anthropic/claude-sonnet-4-5",
4
+ "autoupdate": true,
5
+ "server": {
6
+ "port": 4096,
7
+ },
8
+ }