add doodlebob

This commit is contained in:
2026-03-02 10:17:08 -05:00
parent e0e00353a8
commit 49d331d2c7
2 changed files with 96 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
```bash
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
```