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 0d0ba70560
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m5s
feat: Add Dockerfile, docker-compose, and Gitea Actions workflow for initial Clawdbot application deployment.
2026-01-28 20:57:50 +01:00

19 lines
240 B
JSON

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