chandrakant-s4 commited on
Commit
92abd61
·
verified ·
1 Parent(s): 8cdb710

Sync .openclaw — 2026-03-16T03:24:05.928798

Browse files
Files changed (1) hide show
  1. .openclaw/openclaw.json +17 -23
.openclaw/openclaw.json CHANGED
@@ -5,33 +5,27 @@
5
  },
6
  "acp": {
7
  "enabled": true,
 
 
 
8
  "backend": "acpx",
9
  "defaultAgent": "claude",
10
  "allowedAgents": [
11
  "claude"
12
  ],
13
  "maxConcurrentSessions": 4,
14
- "dispatch": {
15
- "enabled": true
16
- },
17
  "runtime": {
18
  "ttlMinutes": 120
19
  }
20
  },
21
  "models": {
22
  "mode": "merge",
23
- "providers": {
24
- "openai": {
25
- "baseUrl": "https://api.openai.com/v1",
26
- "apiKey": "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",
27
- "api": "openai-completions"
28
- }
29
- }
30
  },
31
  "agents": {
32
  "defaults": {
33
  "model": {
34
- "primary": "openai/gpt-5-nano"
35
  },
36
  "workspace": "~/.openclaw/workspace"
37
  }
@@ -60,24 +54,24 @@
60
  }
61
  },
62
  "gateway": {
 
63
  "mode": "local",
64
  "bind": "lan",
65
- "port": 7860,
66
- "auth": {
67
- "token": "huggingclaw"
68
- },
69
- "trustedProxies": [
70
- "0.0.0.0/0"
71
- ],
72
  "controlUi": {
73
- "allowInsecureAuth": true,
74
- "dangerouslyDisableDeviceAuth": true,
75
  "allowedOrigins": [
76
  "https://huggingface.co",
77
  "https://*.hf.space",
78
  "https://chandrakant-s4-huggingclaw.hf.space"
79
- ]
80
- }
 
 
 
 
 
 
 
 
81
  },
82
  "plugins": {
83
  "allow": [
@@ -138,4 +132,4 @@
138
  }
139
  }
140
  }
141
- }
 
5
  },
6
  "acp": {
7
  "enabled": true,
8
+ "dispatch": {
9
+ "enabled": true
10
+ },
11
  "backend": "acpx",
12
  "defaultAgent": "claude",
13
  "allowedAgents": [
14
  "claude"
15
  ],
16
  "maxConcurrentSessions": 4,
 
 
 
17
  "runtime": {
18
  "ttlMinutes": 120
19
  }
20
  },
21
  "models": {
22
  "mode": "merge",
23
+ "providers": {}
 
 
 
 
 
 
24
  },
25
  "agents": {
26
  "defaults": {
27
  "model": {
28
+ "primary": "openrouter/openai/gpt-oss-20b:free"
29
  },
30
  "workspace": "~/.openclaw/workspace"
31
  }
 
54
  }
55
  },
56
  "gateway": {
57
+ "port": 7860,
58
  "mode": "local",
59
  "bind": "lan",
 
 
 
 
 
 
 
60
  "controlUi": {
 
 
61
  "allowedOrigins": [
62
  "https://huggingface.co",
63
  "https://*.hf.space",
64
  "https://chandrakant-s4-huggingclaw.hf.space"
65
+ ],
66
+ "allowInsecureAuth": true,
67
+ "dangerouslyDisableDeviceAuth": true
68
+ },
69
+ "auth": {
70
+ "token": "huggingclaw"
71
+ },
72
+ "trustedProxies": [
73
+ "0.0.0.0/0"
74
+ ]
75
  },
76
  "plugins": {
77
  "allow": [
 
132
  }
133
  }
134
  }
135
+ }