Skip to content

simonw/llm-evals-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-evals-plugin

PyPI Changelog Tests License

Run evals against prompts using LLM

Very early alpha: everything is likely to change.

Installation

Install this plugin in the same environment as LLM.

llm install llm-evals-plugin

Usage

See this issue comment.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-evals-plugin
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

llm install -e '.[test]'

To run the tests:

pytest

About

Run evals using LLM

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages