llm-evals-plugin

Run evals against prompts using LLM


License
Apache-2.0
Install
pip install llm-evals-plugin==0.1a0

Documentation

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