Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3

Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```sh
VITE_OpenApiKey=YOUR_API_KEY
```
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```