Open source codebase powering the HuggingChat app
 
 
 
 
 
 
Go to file
Adrien Denat b2387f62c8
Add tailwind prettier (#123)
* add tailwind-prettier plugin

* lint all project files
2023-04-26 18:43:59 +01:00
.vscode auto-formatting (#45) 2023-04-20 19:31:55 +02:00
src Add tailwind prettier (#123) 2023-04-26 18:43:59 +01:00
static Head meta (#77) 2023-04-24 13:43:10 +02:00
.env Add preprompt (#124) 2023-04-26 18:46:03 +02:00
.eslintignore init 2023-02-17 16:39:29 +01:00
.eslintrc.cjs Prettier update (#54) 2023-04-21 14:40:45 +02:00
.gitignore init 2023-02-17 16:39:29 +01:00
.npmrc init 2023-02-17 16:39:29 +01:00
.prettierignore init 2023-02-17 16:39:29 +01:00
.prettierrc Add tailwind prettier (#123) 2023-04-26 18:43:59 +01:00
Dockerfile 👷 Automatically detect number of cores 2023-04-25 17:46:19 +02:00
PRIVACY.md privacy page: link to main privacy page + mention privacy@ email address (#116) 2023-04-26 16:01:41 +02:00
README.md Specify license (#97) 2023-04-25 18:39:09 +02:00
package-lock.json Add tailwind prettier (#123) 2023-04-26 18:43:59 +01:00
package.json Add tailwind prettier (#123) 2023-04-26 18:43:59 +01:00
postcss.config.js 🔨 Add VSCode config to lint/prettier on save 2023-04-19 14:55:31 +02:00
svelte.config.js Prettier update (#54) 2023-04-21 14:40:45 +02:00
tailwind.config.cjs 💄 Add prose (#28) 2023-04-20 12:01:15 +02:00
tsconfig.json init 2023-02-17 16:39:29 +01:00
vite.config.ts Prettier update (#54) 2023-04-21 14:40:45 +02:00

README.md

title emoji colorFrom colorTo sdk pinned license base_path
chat-ui 🔥 purple purple docker false apache-2.0 /chat

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.

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.