Spaces:
Running
Running
File size: 716 Bytes
1152dbd f3fb90e 1152dbd e954af3 1152dbd f3fb90e 78aed5c f3fb90e 78aed5c f3fb90e 78aed5c f3fb90e 78aed5c cba9b67 a23680a 78aed5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: chat-ui
emoji: 🔥
colorFrom: purple
colorTo: purple
sdk: docker
pinned: false
license: other
base_path: /chat
---
# Chat UI
A chat interface using open source models, eg OpenAssistant.
## Launch
```bash
npm install
npm run dev
```
## Environment
Default configuration is in `.env`. Put custom config and secrets in `.env.local`, it will override the values in `.env`.
Check out [.env](./.env) to see what needs to be set.
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|