chat-ui / README.md
coyotte508's picture
coyotte508 HF staff
fixup! πŸ“ Better documentation for MODEL_ENDPOINTS
a3810f8
metadata
title: chat-ui
emoji: πŸ”₯
colorFrom: purple
colorTo: purple
sdk: docker
pinned: false
license: apache-2.0
base_path: /chat
app_port: 3000

Chat UI

A chat interface using open source models, eg OpenAssistant.

Launch

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 to see what needs to be set.

Basically you need to:

  • fill in a Mongo URL
  • fill in your HF token

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.