Skip to content

The simplest guardian plugin as a demo. An LLM judge using few-shot learning.

Notifications You must be signed in to change notification settings

LLMGuardian/BasicJudge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

The simplest guardian plugin as a demo. An LLM judge using few-shot learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages