A Muchat and SimpleX Chat compatible chat bot that connects to your ollama instance and chats with you!
If you are on NixOS (or have Nix installed), you can run this command to get into a shell:
nix developIf you have direnv, running this command will automatically load the environment when you cd into the shell:
direnv allowThen, you can run the application by running:
mubot ollama <args>Or more directly:
python -m mubot.ollama -- <args>