A simple plugin that asks a local Llama to judge a prompt.
Run the app:
git clone [email protected]:LLMGuardian/BasicJudge.git
pip install -r requirements.txt
python src/app.py
Run the tests:
PYTHONPATH=src pytest tests -v
Don't forget to add tests to cover your code and format them first!