Files
chat/README.md

9 lines
253 B
Markdown
Raw Permalink Normal View History

2025-08-22 14:21:03 +08:00
# Multi-LLM Chat
This repository contains a Vue 3 + Vite frontend and a Node.js + Express backend for a multi-LLM chat application.
Development
- frontend: cd frontend && npm install && npm run dev
- backend: cd backend && npm install && npm run dev