From 2dc8cbb0c962034195a6f98862d156961becbcf0 Mon Sep 17 00:00:00 2001 From: Yifan Mai Date: Wed, 25 Feb 2026 10:25:00 -0800 Subject: [PATCH] Fix headings typo in CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a33e0b87..b58970dca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [v0.5.13] - 2026-02-25 +### Breaking Changes + - Previously, in `HuggingFaceClient`, Hugging Face models were loaded with `trust_remote_code=True` by default. This was a security risk as it permitted executing arbitrary code from the model repositories. This will no longer be done. If needed, `trust_remote_code` must be explicitly set in the `args` field in `model_deployments.yaml` for Hugging Face models. (#4054) - Previously, responses from models on the Mistral AI API were tokenized locally locally. These responses will no longer be tokenized. (#4084)