Simple tool built with Vue 3 that uses the Open AI chat completion API to create a chat assistant.
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'
yarn dev
yarn build
yarn preview
yarn lint