This repository has been archived on 2026-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
clawdbot_build/config/clawdbot.json
Aydent e4d4df16ad
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
Fix: Switch to Local Build strategy (bypass registry upload)
2026-02-01 21:55:52 +01:00

19 lines
258 B
JSON

{
"agents": {
"defaults": {
"model": {
"primary": "google/gemini-1.5-pro"
}
}
},
"channels": {
"discord": {
"enabled": true
}
},
"server": {
"host": "0.0.0.0",
"port": 18789
}
}