mirror of
https://github.com/hoshikawa2/openclaw-oci.git
synced 2026-03-06 10:11:06 +00:00
first commit
This commit is contained in:
66
openclaw.json
Normal file
66
openclaw.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.6-3",
|
||||
"lastTouchedAt": "2026-02-12T10:50:18.766Z"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-12T10:50:18.763Z",
|
||||
"lastRunVersion": "2026.2.6-3",
|
||||
"lastRunCommand": "onboard",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"models": {
|
||||
"providers": {
|
||||
"openai-compatible": {
|
||||
"baseUrl": "http://127.0.0.1:8050/v1",
|
||||
"apiKey": "sk-test",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "gpt-4o-mini",
|
||||
"name": "gpt-4o-mini",
|
||||
"reasoning": false,
|
||||
"input": ["text"],
|
||||
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "openai-compatible/gpt-4o-mini"
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"ackReactionScope": "group-mentions"
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto"
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "3c758e93a4e6bbdd823795a4e40a70409099823f49b89b93"
|
||||
},
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"whatsapp": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user