From 194bfaff572a572f3198e93d1319517529a2717c Mon Sep 17 00:00:00 2001 From: phranzia <9207473+phranzia@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:28:10 -0700 Subject: [PATCH] Add model configuration guide to What's New --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60c17ff..2ce5994 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Quantiles centralizes its components in this monorepo so developers, researchers ## ![New](./docs/assets/new-badge.svg) What's New +**[2026.07.27]** Published the [model configuration guide](https://quantiles.io/documentation/model-configuration), covering the built-in demo model, supported model providers, credentials, request concurrency, cost and data handling, and troubleshooting. + **[2026.07.19]** Added `custom_nocode` evaluations, which let users configure custom evals in `quantiles.toml` without writing or maintaining custom code. See the [custom no-code evaluation documentation](https://quantiles.io/documentation/custom-evaluations/custom-nocode-evaluations) for details. ## Why use Quantiles?