You can now store JSON values in Vercel Flags, extending the existing support for boolean, string, and number values. This allows you to collapse what used to take several related flags into a single feature flag.
For example, to A/B test how a different model performs, you can now define a single
Use Vercel Flags to progressively route traffic to a new model, A/B test, or quickly switch models in case a provider is having issues.
Try it out or learn more about Vercel Flags.
Read more
Continue reading...
For example, to A/B test how a different model performs, you can now define a single
model flag. This allows you to manage one flag that serves the full object rather than managing ai_model, ai_temperature, and ai_max_tokens separately:Use Vercel Flags to progressively route traffic to a new model, A/B test, or quickly switch models in case a provider is having issues.
Try it out or learn more about Vercel Flags.
Read more
Continue reading...