Rtendry81 commited on
Commit
e36c9bc
·
verified ·
1 Parent(s): b7e2483

Create opencode.jsonc

Browse files
Files changed (1) hide show
  1. opencode.jsonc +20 -0
opencode.jsonc ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "provider": {
4
+ "9route": {
5
+ "options": {
6
+ "baseURL": "http://localhost:20128/v1",
7
+ "apiKey": "sk-594e4059b8df8bf8-yliuck-0d410dd0",
8
+ "apiMode": "chat",
9
+ "refreshOnList": true,
10
+ "modelCacheTtl": 300000
11
+ },
12
+ "models": {
13
+ "opencode-free-combo": {
14
+ "name": "opencode-free-combo"
15
+ }
16
+ }
17
+ }
18
+ },
19
+ "plugin": []
20
+ }