Skip to content

DALL·E 3 Playground (Unofficial) is used to play with OpenAI Image generation API - DALL·E 3

License

Notifications You must be signed in to change notification settings

wangxh89/dalle3-playground

This branch is 5 commits behind Quilljou/dalle3-playground:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

815baae · Dec 13, 2023

History

19 Commits
Nov 16, 2023
Nov 16, 2023
Nov 20, 2023
Nov 21, 2023
Dec 13, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 21, 2023
Nov 20, 2023
Nov 20, 2023
Nov 21, 2023
Nov 16, 2023
Nov 20, 2023
Nov 16, 2023
Nov 16, 2023
Nov 20, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023

Repository files navigation

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

About

DALL·E 3 Playground (Unofficial) is used to play with OpenAI Image generation API - DALL·E 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.4%
  • JavaScript 4.1%
  • Less 2.4%
  • HTML 1.8%
  • Shell 0.3%