Spaces:
Runtime error
Runtime error
LLM Chat Frontend
This React application provides a simple chat interface for interacting with the API provided by the backend.
Development
npm install
npm run dev
Set VITE_API_BASE_URL
in a .env
file if the backend is not running on http://localhost:8000
.
Production Build
Run npm run build
to generate the production bundle in the dist
directory.