Public
Braintrust is a platform for evaluating and shipping AI products. To learn more about Braintrust or sign up for free, visit the website or check out the docs.
The SDKs include utilities to:
- Log experiments and datasets to Braintrust
- Run evaluations (via the
Eval
framework)
This template shows you how to use the Braintrust SDK. This starter template was ported from this one on GitHub.
- Click
Fork
on this val - Get your Braintrust API key at https://www.braintrust.dev/app/settings?subroute=api-keys
- Add it to your project
Environment Variables
(on the left side bar of this project) asBRAINTRUST_API_KEY
- Click
Run
on thetutorial
val