feat: add blog_posts.json and local backup

This commit is contained in:
yuneng-jiang 2026-02-21 16:41:21 -08:00
parent a58232ac5b
commit e37d54e95b
2 changed files with 32 additions and 0 deletions

16
blog_posts.json Normal file
View 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"
}
]
}

View 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"
}
]
}