CoolFace
Apppublic

WebraftAI/huggingchat

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
App README

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 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 for your target environment.