From e957fbf38c8bbfdc1fd53a2ad25487fa98f19d08 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 24 May 2025 17:13:48 -0700 Subject: [PATCH] docs release notes --- docs/my-website/release_notes/v1.71.1-stable/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/release_notes/v1.71.1-stable/index.md b/docs/my-website/release_notes/v1.71.1-stable/index.md index 3e8b08d8d5..eb4ce479cb 100644 --- a/docs/my-website/release_notes/v1.71.1-stable/index.md +++ b/docs/my-website/release_notes/v1.71.1-stable/index.md @@ -173,10 +173,12 @@ This release includes numerous bug fixes to improve stability and reliability: - VertexAI: - Fixed quota_project_id parameter issue - [PR](https://github.com/BerriAI/litellm/pull/10915) - Fixed credential refresh exceptions - [PR](https://github.com/BerriAI/litellm/pull/10969) - - Cohere: Fixed Rerank Provider - [PR](https://github.com/BerriAI/litellm/pull/10822) + - Cohere: + Fixes for adding Cohere models through LiteLLM UI - [PR](https://github.com/BerriAI/litellm/pull/10822) - Anthropic: - Fixed streaming dict object handling for /v1/messages - [PR](https://github.com/BerriAI/litellm/pull/11032) - - OpenRouter: Fixed stream usage ID issues - [PR](https://github.com/BerriAI/litellm/pull/11004) + - OpenRouter: + - Fixed stream usage ID issues - [PR](https://github.com/BerriAI/litellm/pull/11004) - **Authentication & Users** - Fixed invitation email link generation - [PR](https://github.com/BerriAI/litellm/pull/10958)