Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git github
Adrien Denat 77765ef0e3
error on unused vars instead of warn
2 years ago
da1e5da519
👷 Add CI to check types (#161)
2 years ago
3f8a5e9cbf
add rule for Eslint vscode extension to parse svelte files
2 years ago
src
5e5333a270
update the code after migrating to latest eslint-svelte plugin
2 years ago
229d4b4efa
Head meta (#77)
2 years ago
97dc7668a2
🔧 Switch to StarCoderBase
2 years ago
2 years ago
77765ef0e3
error on unused vars instead of warn
2 years ago
2 years ago
2 years ago
2 years ago
b2387f62c8
Add tailwind prettier (#123)
2 years ago
f177e4b330
Simpler dockerfile (#126)
2 years ago
d4f877eea2
📝 Update date of privacy policy
2 years ago
776442180e
♻️ Simplify setup, prepare for multi-models (#156)
2 years ago
5934bf6f0f
migrate to eslint-plugin-svelte from deprecated plugin
2 years ago
5934bf6f0f
migrate to eslint-plugin-svelte from deprecated plugin
2 years ago
640dc148af
🚨 Run prettier
2 years ago
e5611dfd8a
fixup! 🐛 Fix prod /POST
2 years ago
2606ddec3a
Models selector (#164)
2 years ago
9c038aa1d0
Polyfill safari 14 (#149)
2 years ago
5da61b4a5e
Prettier update (#54)
2 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In
title emoji colorFrom colorTo sdk pinned license base_path app_port
chat-ui 🔥 purple purple docker false apache-2.0 /chat 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 create a .env.local with the following contents:

MONGODB_URL=<url to mongo, for example a free MongoDB Atlas sandbox instance>
HF_ACCESS_TOKEN=<your HF access token from https://huggingface.co/settings/tokens>

Duplicating to a Space

Create a DOTENV_LOCAL secret to your space with the following contents:

MONGODB_URL=<url to mongo, for example a free MongoDB Atlas sandbox instance>
HF_ACCESS_TOKEN=<your HF access token from https://huggingface.co/settings/tokens>

Where the contents in <...> are replaced by the MongoDB URL and your HF Access Token.

Running Local Inference

Both the example above use the HF Inference API or HF Endpoints API.

If you want to run the model locally, you need to run this inference server locally: https://github.com/huggingface/text-generation-inference

And add this to your .env.local:

MODELS=`[{"name": "...", "endpoints": [{"url": "127.0.0.1:8080/generate_stream"}]}]`

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.

Tip!

Press p or to see the previous file or, n or to see the next file

About

Open source codebase powering the HuggingChat app

Collaborators 1

Comments

Loading...