mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
update release note
This commit is contained in:
parent
ea8f0913c2
commit
8c569899c0
3 changed files with 23 additions and 3 deletions
BIN
docs/my-website/img/release_notes/ui_format.png
Normal file
BIN
docs/my-website/img/release_notes/ui_format.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 275 KiB |
BIN
docs/my-website/img/release_notes/ui_model.png
Normal file
BIN
docs/my-website/img/release_notes/ui_model.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
|
|
@ -1,19 +1,39 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
|
||||
## New Features
|
||||
|
||||
## Admin UI
|
||||
`deepgram`, `fireworks ai`, `vision`, `admin ui`, `dependency upgrades`
|
||||
|
||||
## New Models
|
||||
|
||||
### **Deepgram Speech to Text**
|
||||
|
||||
### **Fireworks AI - Vision** support for all models
|
||||
LiteLLM supports document inlining for Fireworks AI models. This is useful for models that are not vision models, but still need to parse documents/images/etc.
|
||||
LiteLLM will add `#transform=inline` to the url of the image_url, if the model is not a vision model [See Code](https://github.com/BerriAI/litellm/blob/1ae9d45798bdaf8450f2dfdec703369f3d2212b7/litellm/llms/fireworks_ai/chat/transformation.py#L114)
|
||||
|
||||
|
||||
## Proxy Admin UI
|
||||
|
||||
- `Test Key` Tab displays `model` used in response
|
||||
|
||||
<Image img={require('../../img/release_notes/ui_model.png')} />
|
||||
|
||||
- `Test Key` Tab renders content in `.md`, `.py` (any code/markdown format)
|
||||
|
||||
<Image img={require('../../img/release_notes/ui_format.png')} />
|
||||
|
||||
|
||||
## Dependency Upgrades
|
||||
|
||||
- (Security fix) Upgrade to `fastapi==0.115.5` https://github.com/BerriAI/litellm/pull/7447
|
||||
|
||||
## Docs
|
||||
## Bug Fixes
|
||||
|
||||
- Add health check support for realtime models [Here](https://docs.litellm.ai/docs/proxy/health#realtime-models)
|
||||
- Health check error with audio_transcription model https://github.com/BerriAI/litellm/issues/5999
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue