mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs: doc improvements
This commit is contained in:
parent
16c92c2e61
commit
cb58fc7f6d
3 changed files with 16 additions and 1 deletions
|
|
@ -419,4 +419,9 @@ No, as of `v1.71.2` users can only view/edit/delete files they have created.
|
|||
|
||||
|
||||
|
||||
<Image img={require('../../img/managed_files_arch.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
<Image img={require('../../img/managed_files_arch.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
## See Also
|
||||
|
||||
- [Managed Files w/ Finetuning APIs](../../docs/proxy/managed_finetuning)
|
||||
- [Managed Files w/ Batch APIs](../../docs/proxy/managed_batch)
|
||||
BIN
docs/my-website/img/files_api_graphic.png
Normal file
BIN
docs/my-website/img/files_api_graphic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 542 KiB |
|
|
@ -53,6 +53,16 @@ This release includes significant performance enhancements:
|
|||
- **aiohttp Transport**: 97% lower median latency (available as feature flag)
|
||||
|
||||
|
||||
## File Permissions
|
||||
|
||||
<Image img={require('../../img/files_api_graphic.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
v1.71.2-stable brings support for [File Permissions](../../docs/proxy/litellm_managed_files#file-permissions) and [Finetuning APIs](../../docs/proxy/managed_finetuning) to [LiteLLM Managed Files](../../docs/proxy/litellm_managed_files). This is great for:
|
||||
|
||||
- **Proxy Admins**: as users can only view/edit/delete files they’ve created - even when using shared OpenAI/Azure/Vertex deployments.
|
||||
- **Developers**: get a standard interface to use Files across Chat/Finetuning/Batch APIs.
|
||||
|
||||
|
||||
## New Models / Updated Models
|
||||
|
||||
- **Gemini [VertexAI](https://docs.litellm.ai/docs/providers/vertex), [Google AI Studio](https://docs.litellm.ai/docs/providers/gemini)**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue