-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: evaluation framework #101
Comments
LLM as a Judge pattern Inspiration: https://github.com/braintrustdata/autoevals, |
This should work like a BDD testing framework - you build the case and test the output (or outputs - for example, from two different task schedulers) comparing to train/test data. |
Credits @grabbou |
Matt Pocock is currently cooking this exactly: |
http://braintrust.dev is also looking good |
Implemented in #137 |
For testing/training the dispatcher + for ongoing checkups and optimization - we should work on LLM, maybe a different model to crosscheck.
Related to #64 #68
The text was updated successfully, but these errors were encountered: