Skip to content

shiqimei/simple-chat

Repository files navigation

SimpleChat

This is a simple chat app based on WebLLM. To try it out, you can do the following steps under this folder. Demo: https://playground.cascade.chat

Run in local

npm install
npm start
npm run build

Run in container

docker build -t simple-chat .
docker run -p 8080:80 simple-chat

Deployment

npm run deploy

About

@mlc-ai/web-llm simple chat with vite as the bundler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published