Skip to content
forked from xqsit94/vue-gpt

Simple ChatGPT API Integration using Vue 3 and TypeScript

Notifications You must be signed in to change notification settings

rafaelmils/vue-gpt

 
 

Repository files navigation

Simple ChatGPT API Integration using Vue 3 and TypeScript

Setup

yarn install
cp .env.example .env

API Key

  • You can create your API key from OpenAI.
  • Copy your API key to variable VITE_OPENAI_API_KEY in .env file.

Run

yarn dev

About

Simple ChatGPT API Integration using Vue 3 and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 76.9%
  • TypeScript 14.9%
  • HTML 6.3%
  • JavaScript 1.1%
  • CSS 0.8%