From ff61ce675133df7442c91049d54b18b59ce0e0fc Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 25 Mar 2025 10:17:34 -0700 Subject: [PATCH] docs: update release note with patch --- docs/my-website/release_notes/v1.63.14/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/my-website/release_notes/v1.63.14/index.md b/docs/my-website/release_notes/v1.63.14/index.md index 9aa97b2148..aaeac639d4 100644 --- a/docs/my-website/release_notes/v1.63.14/index.md +++ b/docs/my-website/release_notes/v1.63.14/index.md @@ -24,6 +24,7 @@ This release brings: - LLM Translation Improvements (MCP Support and Bedrock Application Profiles) - Perf improvements for Usage-based Routing - Streaming guardrail support via websockets +- Azure OpenAI client perf fix (from previous release) ## Docker Run LiteLLM Proxy @@ -31,7 +32,7 @@ This release brings: docker run -e STORE_MODEL_IN_DB=True -p 4000:4000 -ghcr.io/berriai/litellm:main-v1.63.14-stable +ghcr.io/berriai/litellm:main-v1.63.14-stable.patch1 ``` ## Demo Instance