Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 626 Bytes

File metadata and controls

31 lines (20 loc) · 626 Bytes

mubot

A Muchat and SimpleX Chat compatible chat bot that connects to your ollama instance and chats with you!

Development

NixOS

If you are on NixOS (or have Nix installed), you can run this command to get into a shell:

nix develop

If you have direnv, running this command will automatically load the environment when you cd into the shell:

direnv allow

Then, you can run the application by running:

mubot ollama <args>

Or more directly:

python -m mubot.ollama -- <args>