Owner: Leonard Alphonso
API: Webpage (r1)
World type: No Mind
Calls GPT and DALL-E (text to image) and Whisper (text to speech) APIs (all at OpenAI). User enters prompt and gets a poem. GPT is called again to get a prompt for DALL-E. DALL-E is called with that prompt to get an image to represent the poem. DALL-E generates images on a server and web page can include them directly. Whisper is called to get an audio reading of the poem. Audio returns as blob and audio control uses source URL.createObjectURL(blob). Clone and Edit to change API key.
Type: Public. Plain JS.
View plain JS.
Get New window embed code.
Get Autorun embed code.
427 runs
Run | |
Edit | Must be logged in. |
Update image | Must be logged in. |
Clone | Must be logged in. |
New Mind | Only valid for Worlds that use Minds. |
Change World type | Must be owner. |
Change API | Must be owner. |
Delete | Must be owner. |