Starter template for ChatUI, built with Vue 3 and Vuetify components
Supports OpenAI API and text streaming
Clone the repo:
git clone https://github.com/ryansereno/vue-chat
Install dependencies:
npm install
Add OpenAI keys in a .env file:
VITE_APP_OPENAI_KEY=your_keys
Run:
npm run dev