From e37d54e95be32e6b2432898c9ab7449dd805d55c Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 21 Feb 2026 16:41:21 -0800 Subject: [PATCH] feat: add blog_posts.json and local backup --- blog_posts.json | 16 ++++++++++++++++ litellm/blog_posts_backup.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 blog_posts.json create mode 100644 litellm/blog_posts_backup.json diff --git a/blog_posts.json b/blog_posts.json new file mode 100644 index 00000000000..8e29e3c4e19 --- /dev/null +++ b/blog_posts.json @@ -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" + } + ] +} diff --git a/litellm/blog_posts_backup.json b/litellm/blog_posts_backup.json new file mode 100644 index 00000000000..8e29e3c4e19 --- /dev/null +++ b/litellm/blog_posts_backup.json @@ -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" + } + ] +}