Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 354 Bytes

Basic Judge

A simple plugin that asks a local Llama to judge a prompt.

Get Started

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

Contribution

Don't forget to add tests to cover your code and format them first!