fix: rename image to correct jpg extension

This commit is contained in:
shin-bot-litellm 2026-02-01 03:39:51 +00:00
parent 9d4e0480e3
commit 9912be3d8a
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View file

@ -44,7 +44,7 @@ pip install litellm==1.81.6
This release brings improved observability to LiteLLM's Logs UI, enabling developers to easily trace tools sent and called in every request. This means you can now debug agent workflows in production, quickly identify tool execution failures, and view your tools and request content at a glance. The new Logs UI features a side panel with improved UX and pretty print view of request/response.
<Image img={require('../../img/release_notes/logs_v2_tool_tracing.png')} style={{ maxWidth: '800px', width: '100%' }} />
<Image img={require('../../img/release_notes/logs_v2_tool_tracing.jpg')} style={{ maxWidth: '800px', width: '100%' }} />
[Get Started](../../docs/proxy/ui_logs)