This is a repo that shows how to run evals on models from Together AI with Braintrust.
- Clone the repo with git clone & run
npm install
to install all dependencies - Create an account with Together AI and Braintrust, and add your API keys to
.env
file - Define your eval dataset in
evalDataset.ts
- Run
ts-node single-eval.ts
to run some evals (orts-node multi-evals.ts
for multiple)