/vue-chat

Starter template for LLM chat interface WITH text streaming

Primary LanguageVue

Vue ChatUI Template


Starter template for ChatUI, built with Vue 3 and Vuetify components

Supports OpenAI API and text streaming

Built With Vuetify

Vuetify

(back to top)

Installation

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

(back to top)