Skip to content

zeidlitz/ragebait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ragebait

create LLM driven reddit bots in python3

installation

the project is only supported on linux and can only be built from source. Releases might become available later.

building from source

grab the source code

git clone git@github.com:zeidlitz/ragebait.git
cd ragebait

setup a python3 virtual environment

python3 -m venv venv
source venv/bin/activate

install packages and dependencies, see pyproject.toml for full details

pip install .

run with a specified config.yaml

python3 main.py config.yaml

requierments

a LLM serving completions on a /completions endpoint. Preferably ollama.

About

python3 framework for building autonomous LLM bots on reddit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors