Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 568 Bytes

ImageGen is a Next.js web application that allows users to input a text prompt, and using OpenAI's DALL-E, generates and displays corresponding images. It's a simple and user-friendly way to explore the capabilities of DALL-E.

Required Environment Variables

This application requires two environment variables to be set:

  1. Password: This protects the app with a password. Set it to the desired password for accessing the application.
  2. OPEN_AI_KEY: This is your API key from OpenAI. You can obtain it from the OpenAI website.