Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 724 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 724 Bytes

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

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.