mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs: add images to release notes
This commit is contained in:
parent
b6eee01381
commit
ac3e57a501
4 changed files with 9 additions and 0 deletions
BIN
docs/my-website/img/release_notes/anthropic_thinking.jpg
Normal file
BIN
docs/my-website/img/release_notes/anthropic_thinking.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 470 KiB |
BIN
docs/my-website/img/release_notes/error_logs.jpg
Normal file
BIN
docs/my-website/img/release_notes/error_logs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 918 KiB |
BIN
docs/my-website/img/release_notes/v1632_release.jpg
Normal file
BIN
docs/my-website/img/release_notes/v1632_release.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 386 KiB |
|
|
@ -15,6 +15,8 @@ tags: [llm translation, thinking, reasoning_content, claude-3-7-sonnet]
|
|||
hide_table_of_contents: false
|
||||
---
|
||||
|
||||
import Image from '@theme/IdealImage';
|
||||
|
||||
|
||||
These are the changes since `v1.61.20-stable`.
|
||||
|
||||
|
|
@ -29,6 +31,9 @@ This release will be live on 03/09/2025
|
|||
|
||||
:::
|
||||
|
||||
<Image img={require('../../img/release_notes/v1632_release.jpg')} />
|
||||
|
||||
|
||||
## Demo Instance
|
||||
|
||||
Here's a Demo Instance to test changes:
|
||||
|
|
@ -46,6 +51,8 @@ Here's a Demo Instance to test changes:
|
|||
|
||||
## LLM Translation
|
||||
|
||||
<Image img={require('../../img/release_notes/anthropic_thinking.jpg')}/>
|
||||
|
||||
1. Support `/openai/` passthrough for Assistant endpoints. [Get Started](https://docs.litellm.ai/docs/pass_through/openai_passthrough)
|
||||
2. Bedrock Claude - fix tool calling transformation on invoke route. [Get Started](../../docs/providers/bedrock#usage---function-calling--tool-calling)
|
||||
3. Bedrock Claude - response_format support for claude on invoke route. [Get Started](../../docs/providers/bedrock#usage---structured-output--json-mode)
|
||||
|
|
@ -69,6 +76,8 @@ Here's a Demo Instance to test changes:
|
|||
|
||||
## Management Endpoints / UI
|
||||
|
||||
<Image img={require('../../img/release_notes/error_logs.jpg')} />
|
||||
|
||||
1. Virtual Keys Page
|
||||
- Allow team/org filters to be searchable on the Create Key Page
|
||||
- Add created_by and updated_by fields to Keys table
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue