mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: rename image to correct jpg extension
This commit is contained in:
parent
9d4e0480e3
commit
9912be3d8a
2 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue