Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 682 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 682 Bytes

OpenAI-ImageGeneration-Vue3

Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)

Project Setup

Create a .env file and add in you OpenAI API key. Create API key here

VITE_OpenApiKey=YOUR_API_KEY

Customize configuration

See Vite Configuration Reference.

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build