create LLM driven reddit bots in python3
the project is only supported on linux and can only be built from source. Releases might become available later.
grab the source code
git clone git@github.com:zeidlitz/ragebait.git
cd ragebaitsetup a python3 virtual environment
python3 -m venv venv
source venv/bin/activateinstall packages and dependencies, see pyproject.toml for full details
pip install .run with a specified config.yaml
python3 main.py config.yamla LLM serving completions on a /completions endpoint. Preferably ollama.