tao-shen commited on
Commit
1e6e8a4
·
verified ·
1 Parent(s): 900672e

Upload .openclaw/openclaw.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. .openclaw/openclaw.json +26 -0
.openclaw/openclaw.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "brain": {
4
+ "mode": "CLAW_BRAIN_MODE",
5
+ "model": "CLAW_BRAIN_MODEL",
6
+ "temperature": "CLAW_BRAIN_TEMPERATURE",
7
+ "max_tokens": "CLAW_BRAIN_MAX_TOKENS"
8
+ },
9
+ "api": {
10
+ "provider": "CLAW_API_PROVIDER",
11
+ "openai_key": "CLAW_OPENAI_API_KEY",
12
+ "endpoint": "CLAW_API_ENDPOINT"
13
+ },
14
+ "canvas": {
15
+ "path": ".openclaw/canvas"
16
+ },
17
+ "cron": {
18
+ "enabled": true,
19
+ "schedule_file": ".openclaw/cron/jobs.json"
20
+ },
21
+ "logging": {
22
+ "level": "INFO",
23
+ "file": ".openclaw/logs/cain.log",
24
+ "max_size_mb": 10
25
+ }
26
+ }