chat-ui / README.md
coyotte508's picture
coyotte508 HF staff
Update README.md
a388980 unverified
|
raw
history blame
505 Bytes
---
title: chat-ui
emoji: 🔥
colorFrom: purple
colorTo: purple
sdk: docker
pinned: false
license: other
---
# Chat UI
A chat interface using open source models, eg OpenAssistant.
## Launch
```bash
npm install
npm run dev
```
## 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.