Spaces:
Runtime error
Runtime error
File size: 385 Bytes
f3074ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# LLM Chat Frontend
This React application provides a simple chat interface for interacting with the API provided by the backend.
## Development
```bash
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.
|