From a97c300c4a1455dbaa601351dd6643ea441ce589 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 10 Feb 2026 14:18:58 -0800 Subject: [PATCH] docs fix --- docs/my-website/blog/model_cost_map_incident/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/blog/model_cost_map_incident/index.md b/docs/my-website/blog/model_cost_map_incident/index.md index 911d85dd65e..a6dede6c62f 100644 --- a/docs/my-website/blog/model_cost_map_incident/index.md +++ b/docs/my-website/blog/model_cost_map_incident/index.md @@ -76,7 +76,7 @@ A contributor PR introduced an extra `{` bracket, producing invalid JSON. The re --- -## What happens if the hosted model cost map is bad (new behavior) +## What happens if the hosted model cost map is bad After addressing this incident, `get_model_cost_map()` now validates the fetched JSON before using it. If the hosted map is corrupted, empty, or has shrunk significantly, LiteLLM falls back to the local backup and logs a warning.