mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Litellm docs update (#7365)
* docs: fix release notes url + fix urlk * docs(index.md): add link to github releases * docs(index.md): add linkedin social url to release notes
This commit is contained in:
parent
31f5dcf8e5
commit
1aed988c11
2 changed files with 18 additions and 3 deletions
|
|
@ -37,6 +37,17 @@ const config = {
|
|||
disableInDev: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-content-blog',
|
||||
{
|
||||
id: 'release_notes',
|
||||
path: './release_notes', // Folder where your release notes are stored
|
||||
routeBasePath: '/release_notes', // URL path for the release notes
|
||||
include: ['**/*.md', '**/*.mdx'], // Files to include
|
||||
// Other blog options
|
||||
},
|
||||
],
|
||||
|
||||
() => ({
|
||||
name: 'cripchat',
|
||||
injectHtmlTags() {
|
||||
|
|
@ -115,7 +126,7 @@ const config = {
|
|||
label: 'Hosted',
|
||||
to: "docs/hosted"
|
||||
},
|
||||
{to: 'blog', label: 'Release Notes', position: 'left'},
|
||||
{ to: '/release_notes', label: 'Release Notes', position: 'left' },
|
||||
{
|
||||
href: 'https://models.litellm.ai/',
|
||||
label: '💸 LLM Model Cost Map',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# v1.55.8-stable
|
||||
|
||||
A new LiteLLM Stable release just went out. Here are 5 updates since v1.52.2-stable.
|
||||
A new LiteLLM Stable release [just went out](https://github.com/BerriAI/litellm/releases/tag/v1.55.8-stable). Here are 5 updates since v1.52.2-stable.
|
||||
|
||||
## Langfuse Prompt Management
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Pass in prompts specific to model when doing fallbacks. [Start here](https://doc
|
|||
## ✨ Azure Data Lake Storage Support
|
||||
|
||||
Send LLM usage (spend, tokens) data to [Azure Data Lake](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction). This makes it easy to consume usage data on other services (eg. Databricks)
|
||||
[Start here](https://docs.litellm.ai/docs/logging/azure_data_lake_storage)
|
||||
[Start here](https://docs.litellm.ai/docs/proxy/logging#azure-blob-storage)
|
||||
|
||||
## Docker Run LiteLLM
|
||||
|
||||
|
|
@ -33,3 +33,7 @@ docker run \
|
|||
ghcr.io/berriai/litellm:litellm_stable_release_branch-v1.55.8-stable
|
||||
```
|
||||
|
||||
## Get Daily Updates
|
||||
|
||||
LiteLLM ships new releases every day. [Follow us on LinkedIn](https://www.linkedin.com/company/berri-ai/) to get daily updates.
|
||||
|
||||
Loading…
Add table
Reference in a new issue