tao-shen commited on
Commit
b035e69
·
verified ·
1 Parent(s): fbb5519

Delete openclaw.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. openclaw.json +0 -26
openclaw.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "log_path": "/data/logs",
3
- "max_log_size": 1048576,
4
- "memory": {
5
- "enabled": true,
6
- "provider": "dataset",
7
- "path": "/data/.openclaw/memory.jsonl",
8
- "dataset_id": "datasets/parental-cain-memory"
9
- },
10
- "tools": {
11
- "enabled": [
12
- "calculator",
13
- "web_search"
14
- ],
15
- "web_search": {
16
- "provider": "huggingface",
17
- "api_key": ""
18
- }
19
- },
20
- "integrations": {
21
- "huggingface": {
22
- "enabled": true,
23
- "token": ""
24
- }
25
- }
26
- }