Skip to content

Commit 040c788

Browse files
Update README.md (#102)
* Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3e07ead commit 040c788

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ A correct implementation would look like https://poe.com/PromptBotDemo
4646

4747
A correct implementation would look like https://poe.com/WrapperBotDemo
4848

49+
### SDXLBot
50+
51+
- This bot demonstrates how to wrap an image generation endpoint.
52+
- It uses Fireworks AI's StableDiffusionXL endpoint. You will need to provide your own
53+
key for this.
54+
- Alternatively, you can change the URL to point at a different provider or model.
55+
- To deploy, run `modal deploy sdxl_bot.py`
56+
57+
A correct implementation would look like https://poe.com/StableDiffusionXL
58+
4959
### CatBot
5060

5161
- A sample bot that demonstrates the Markdown capabilities of the Poe API.

0 commit comments

Comments
 (0)