Skip to content

An open source Clojure chat UI for interacting with LLM's

License

Notifications You must be signed in to change notification settings

groundedsage/clj-chatbot-ui

Repository files navigation

clj chatbot ui

This is a clone of chatbot-ui built in electric and datahike.

I have made some minor modifications to the UI and UX and will do a full redesign once all the base issues are resolved.

Run the application

npm install to install Tailwind and other javasscript dependencies

npm run build:tailwind:dev to build the css watch and build

Entities are collected from config.edn Add this as a file to get started.

{:all-entities-image "bot.svg"
 :entities [{:name "Chatbot"
             :image "bot.svg"
             :prompt ""}]}

Dev build:

Prod build:

clj -X:build:prod build-client
clj -M:prod -m prod

Releases

No releases published

Packages

No packages published

Languages