mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
feat: add blog_posts.json and local backup
This commit is contained in:
parent
a58232ac5b
commit
e37d54e95b
2 changed files with 32 additions and 0 deletions
16
blog_posts.json
Normal file
16
blog_posts.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"posts": [
|
||||
{
|
||||
"title": "LiteLLM: Unified Interface for 100+ LLMs",
|
||||
"description": "Learn how LiteLLM provides a single interface to call any LLM with OpenAI-compatible syntax.",
|
||||
"date": "2026-02-01",
|
||||
"url": "https://www.litellm.ai/blog/litellm"
|
||||
},
|
||||
{
|
||||
"title": "Using the LiteLLM Proxy for Load Balancing",
|
||||
"description": "Set up the LiteLLM proxy server to load balance across multiple LLM providers and deployments.",
|
||||
"date": "2026-01-15",
|
||||
"url": "https://www.litellm.ai/blog/proxy-load-balancing"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
litellm/blog_posts_backup.json
Normal file
16
litellm/blog_posts_backup.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"posts": [
|
||||
{
|
||||
"title": "LiteLLM: Unified Interface for 100+ LLMs",
|
||||
"description": "Learn how LiteLLM provides a single interface to call any LLM with OpenAI-compatible syntax.",
|
||||
"date": "2026-02-01",
|
||||
"url": "https://www.litellm.ai/blog/litellm"
|
||||
},
|
||||
{
|
||||
"title": "Using the LiteLLM Proxy for Load Balancing",
|
||||
"description": "Set up the LiteLLM proxy server to load balance across multiple LLM providers and deployments.",
|
||||
"date": "2026-01-15",
|
||||
"url": "https://www.litellm.ai/blog/proxy-load-balancing"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue