From d030fb668a62581f6d157a4309f751edf7d3da1e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 6 Mar 2025 00:16:32 -0800 Subject: [PATCH] docs: cleanup docs --- docs/my-website/release_notes/v1.63.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/release_notes/v1.63.0/index.md b/docs/my-website/release_notes/v1.63.0/index.md index 7b1f7179f5a..ce71cb770b6 100644 --- a/docs/my-website/release_notes/v1.63.0/index.md +++ b/docs/my-website/release_notes/v1.63.0/index.md @@ -15,7 +15,7 @@ tags: [llm translation, thinking, reasoning_content, claude-3-7-sonnet] hide_table_of_contents: false --- -v1.61.21 fixes Anthropic 'thinking' response on streaming to return the `signature` block. [Github Issue](https://github.com/BerriAI/litellm/issues/8964) +v1.63.0 fixes Anthropic 'thinking' response on streaming to return the `signature` block. [Github Issue](https://github.com/BerriAI/litellm/issues/8964) It also moves the response structure from `signature_delta` to `signature` to be the same as Anthropic. [Anthropic Docs](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking#implementing-extended-thinking)