0a078d733b04af3c1a3e1f3a76dbebd8838c8920
Vibe Discord Bots
Build
UV
export DISCORD_TOKEN=$(cat .token)
export OPENAI_API_ENDPOINT="https://llama-cpp.reeselink.com"
export IMAGE_GEN_ENDPOINT="http://toybox.reeselink.com:1234/v1"
uv run main.py
Container
# Build
podman build -t vibe-bot:latest .
# Run
export DISCORD_TOKEN=$(cat .token)
podman run -e DISCORD_TOKEN localhost/vibe-bot:latest
Deploy
Description
Languages
Python
99.2%
Dockerfile
0.8%