Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.16 KB

DALL·E 3 Playground

DALL·E 3 Playground (Unofficial) is used to play with OpenAI Image generation API - DALL·E 3, You must use your own OpenAI API Key

As of November 20, 2023, DALL·E 3 is not supported by OpenAI Playground. Therefore, I have created this playground instead.

screenshot

Live Preview

Features

  • Chat to generate images
  • Gallery mode
  • Persistent data
  • Responsive UI
  • Cancel generation
  • Error Handling

Project Structure

src
├── app.tsx     # App entry
├── assets      # Assets for images, favicon etc
├── components  # React components
├── hooks       # React hooks
├── i18n        # i18n files
├── lib         # Utils、tools、services
├── main.tsx    # File entry
├── pages       # One .tsx per page
├── router.tsx  # Routers
├── styles      # Less files
├── types       # Typescript types
└── vite-env.d.ts

Dev

yarn
yarn dev