Skip to content

mihairusu88/chat-assistant

Repository files navigation

Chat Assistant

Simple tool built with Vue 3 that uses the Open AI chat completion API to create a chat assistant.

chat-assistant

How to use

yarn install

Rename .env.example to .env and add your API key. You can get your key at https://platform.openai.com/account/api-keys.

VITE_OPENAI_API_KEY='ADD_YOUR_KEY_HERE'

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Preview for production

yarn preview

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Check live demo on netlify

Netlify Status

Live Demo

About

Simple tool built with Vue 3 that uses the Open AI chat completion API to create a chat assistant.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published