vue-gpt-example

To get an API KEY you need to register new OPEN AI account and then visit https://platform.openai.com/account/api-keys

An example project based on Vue CLI to demonstrate the OpenAI GPT possibilities. It includes text streams, image generation and audio transcribing. Create your own Chat GPT!

Features:

Streams

Chat/Completeions

DALL-E

Transcribing audio

Clone:

git clone https://github.com/Kypaku/vue-gpt-playground

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

It uses copy of gpt-simple-api-ts

Customize configuration

See Configuration Reference.