Simford.Dong Claude commited on
Commit
b80cf9e
·
1 Parent(s): 0e9d3a7

Fix config: use agents.defaults (plural) instead of agent

Browse files

- Change agent.model to agents.defaults.model
- Remove unknown 'connect' key
- Use correct OpenClaw config format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. Dockerfile +4 -9
Dockerfile CHANGED
@@ -24,15 +24,10 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then\n\
24
  "gateway": {\n\
25
  "port": 7860\n\
26
  },\n\
27
- "agent": {\n\
28
- "model": {\n\
29
- "id": "anthropic/claude-sonnet-4-20250514"\n\
30
- }\n\
31
- },\n\
32
- "connect": {\n\
33
- "params": {\n\
34
- "auth": {\n\
35
- "mode": "none"\n\
36
  }\n\
37
  }\n\
38
  }\n\
 
24
  "gateway": {\n\
25
  "port": 7860\n\
26
  },\n\
27
+ "agents": {\n\
28
+ "defaults": {\n\
29
+ "model": {\n\
30
+ "id": "anthropic/claude-sonnet-4-20250514"\n\
 
 
 
 
 
31
  }\n\
32
  }\n\
33
  }\n\