v0.1.4-preview
What's Changed
- Feat: add configurable provider timeout by @Fybre in #13
- Feat: Discord Channel by @vishnuprasanth-j in #15
New Features
Picobot now works on Discord! Give it a try below :)
Add discord channel by editing config at config.json:
{
"channels": {
"discord": {
"enabled": true,
"token": "YOUR_DISCORD_BOT_TOKEN",
"allowFrom": ["YOUR_DISCORD_USER_ID"]
}
}
}For docker, start discord channel with below
docker run -d --name picobot \
-e OPENAI_API_KEY="your-key" \
-e OPENAI_API_BASE="https://openrouter.ai/api/v1" \
-e PICOBOT_MODEL="google/gemini-2.5-flash" \
-e DISCORD_BOT_TOKEN="MTIzNDU2..." \
-e DISCORD_ALLOW_FROM="123456789012345678" \
-v ./picobot-data:/home/picobot/.picobot \
louisho5/picobot:latestFull Changelog: v0.1.3-preview...v0.1.4-preview
Thanks so much to all the contributors!