Skip to content

aioptus/ai-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to aioptus, a framework for large language model evaluations created by the Optus AI.

aioptus provides many built-in components, including facilities for prompt engineering, tool usage, multi-turn dialog, and model graded evaluations. Extensions to aioptus (e.g. to support new elicitation and scoring techniques) can be provided by other Python packages.

To get started with aioptus, please see the documentation at https://aioptus.xyz/.


To work on development of aioptus, clone the repository and install with the -e flag and [dev] optional dependencies:

$ git clone https://github.com/aioptus
$ cd optus-ai
$ pip install -e ".[dev]"

Optionally install pre-commit hooks via

make hooks

Run linting, formatting, and tests via

make check
make test

If you use VS Code, you should be sure to have installed the recommended extensions (Python, Ruff, and MyPy). Note that you'll be prompted to install these when you open the project in VS Code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published