Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3
- Owner: Jaykef
- Created: 2023-01-11T10:47:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T08:14:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:22:58.211Z (3 months ago)
- Language: Vue
- Size: 7.31 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gpt - OpenAI-ImageGeneration-Vue3
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
```