@deix/jinn-ui
v2.0.3
Published
This repository contains react components used to chat with [jinn-core](https://github.com/deix-ai/jinn-core).
Downloads
294
Readme
JINN UI
This repository contains react components used to chat with jinn-core.
React components usage
...
Usage as a docker image
docker run -d \
-e JINN_URL=http://localhost:8000/jinn \
-p 3000:3000 \
quay.io/deix/jinn-ui