49d331d2c7b25c21cc84a9411e770c89c5befca4
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%