Spaces:
Sleeping
Sleeping
Upload openclaw.json with huggingface_hub
Browse files- openclaw.json +7 -57
openclaw.json
CHANGED
|
@@ -1,59 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
],
|
| 10 |
-
"controlUi": {
|
| 11 |
-
"allowInsecureAuth": true,
|
| 12 |
-
"dangerouslyDisableDeviceAuth": true,
|
| 13 |
-
"allowedOrigins": [
|
| 14 |
-
"https://huggingface.co",
|
| 15 |
-
"https://*.hf.space"
|
| 16 |
-
]
|
| 17 |
-
}
|
| 18 |
-
},
|
| 19 |
-
"session": { "scope": "global" },
|
| 20 |
-
"models": {
|
| 21 |
-
"mode": "merge",
|
| 22 |
-
"providers": {
|
| 23 |
-
"openrouter": {
|
| 24 |
-
"baseUrl": "https://openrouter.ai/api/v1",
|
| 25 |
-
"apiKey": "__OPENROUTER_API_KEY__",
|
| 26 |
-
"api": "openai-completions",
|
| 27 |
-
"models": [
|
| 28 |
-
{
|
| 29 |
-
"id": "openai/gpt-oss-20b:free",
|
| 30 |
-
"name": "GPT-OSS-20B (Free)"
|
| 31 |
-
},
|
| 32 |
-
{
|
| 33 |
-
"id": "deepseek/deepseek-chat:free",
|
| 34 |
-
"name": "DeepSeek V3 (Free)"
|
| 35 |
-
}
|
| 36 |
-
]
|
| 37 |
-
}
|
| 38 |
-
}
|
| 39 |
-
},
|
| 40 |
-
"plugins": {
|
| 41 |
-
"allow": ["telegram", "whatsapp"],
|
| 42 |
-
"entries": {
|
| 43 |
-
"telegram": {
|
| 44 |
-
"enabled": true
|
| 45 |
-
},
|
| 46 |
-
"whatsapp": {
|
| 47 |
-
"enabled": true
|
| 48 |
-
}
|
| 49 |
-
}
|
| 50 |
-
},
|
| 51 |
-
"agents": {
|
| 52 |
-
"defaults": {
|
| 53 |
-
"workspace": "~/.openclaw/workspace",
|
| 54 |
-
"model": {
|
| 55 |
-
"primary": "openrouter/openai/gpt-oss-20b:free"
|
| 56 |
-
}
|
| 57 |
-
}
|
| 58 |
-
}
|
| 59 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"api_key": "${OPENROUTER_API_KEY}",
|
| 3 |
+
"model": "deepseek/deepseek-r1",
|
| 4 |
+
"temperature": 0.7,
|
| 5 |
+
"max_tokens": 2000,
|
| 6 |
+
"system_prompt": "You are Cain, an AI assistant created by Adam and Eve. You are helpful, harmless, and honest. You should engage in friendly conversation while maintaining your identity as Cain.",
|
| 7 |
+
"name": "Cain",
|
| 8 |
+
"description": "An AI assistant created by Adam and Eve"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|