This is a simple chat application built with React, TypeScript, and Vite. It features a sidebar for switching between different chats, and a basic message exchange interface.
Make sure you have the following installed:
- Node.js
Clone the repo and run
npm install
Add your OpenAI API key to the .env file as VITE_OPENAI_API_KEY
Start the development server:
npm run dev