add image editing

This commit is contained in:
2026-03-02 15:47:54 -05:00
parent 0a078d733b
commit 25e3484193
4 changed files with 409 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
export DISCORD_TOKEN=$(cat .token)
export OPENAI_API_ENDPOINT="https://llama-cpp.reeselink.com"
export IMAGE_GEN_ENDPOINT="http://toybox.reeselink.com:1234/v1"
export IMAGE_EDIT_ENDPOINT="http://toybox.reeselink.com:1235/v1"
uv run main.py
```