Skip to content

simonw/llm-tools-simpleeval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-tools-simpleeval

PyPI Changelog Tests License

Make simple_eval available as an LLM tool

Installation

Install this plugin in the same environment as LLM.

llm install llm-tools-simpleeval

Usage

llm -T simple_eval "4444 * 233423" --td

Development

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

cd llm-tools-simpleeval
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

python -m pip install -e '.[test]'

To run the tests:

python -m pytest

About

Make simple_eval available as an LLM tool

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages