This is a GPT-like chat interface built using Vite, Vue 3, ElementPlus, and Tailwind CSS, supporting custom API URLs and API Keys.
- Built with Vite and Vue 3
- Integrated with ElementPlus and Tailwind CSS
- Supports custom API URLs and API Keys
- Supports streaming responses
- Supports multiple formats like markdown and HTML for parsing and display
Follow these steps to install and run the project.
- Clone this repository
git clone https://github.com/hoyii/vue3-chat.git
- Navigate to the project directory
cd vue3-chat - Install dependencies
npm install
- Run the project
npm run dev
After starting the development server, open your browser and visit http://localhost:5173, where you will see a GPT-like chat interface. You can input and simulate conversations in this interface. Before doing so, set your API URL and API Key in the top right corner.