diff --git a/content/posts/2024-11-12-v0.1.0-release.md b/content/posts/2024-11-12-v0.1.0-release.md index 7e80374..cfdd277 100644 --- a/content/posts/2024-11-12-v0.1.0-release.md +++ b/content/posts/2024-11-12-v0.1.0-release.md @@ -11,6 +11,9 @@ ShowWordCount: false ShowBreadCrumbs: true ShowPostNavLinks: true ShowRssButtonInSectionTermList: false +UseHugoToc: true +ShowToc: true +tocopen: true --- In recent years, large language models (LLMs) have revolutionized AI applications, powering solutions in areas like chatbots, automated content generation, and advanced recommendation engines. Services like OpenAI’s have gained significant traction; however, many enterprises seek alternatives due to data security concerns, customizability needs, or the financial impact of proprietary solutions. Yet, transforming LLMs into cost-effective, scalable APIs poses substantial technical challenges. diff --git a/content/posts/2025-02-05-v0.2.0-release.md b/content/posts/2025-02-05-v0.2.0-release.md index 177b8fe..0f7f37f 100644 --- a/content/posts/2025-02-05-v0.2.0-release.md +++ b/content/posts/2025-02-05-v0.2.0-release.md @@ -11,6 +11,9 @@ ShowWordCount: false ShowBreadCrumbs: true ShowPostNavLinks: true ShowRssButtonInSectionTermList: false +UseHugoToc: true +ShowToc: true +tocopen: true --- We're excited to announce the **v0.2.0** release of AIBrix! Building on feedback from [v0.1.0](http://localhost:1313/posts/2024-11-12-v0.1.0-release/) production adoption and user interest, this release introduces several new features to enhance performance and usability. diff --git a/content/posts/2025-02-20-vllm-control-plane.md b/content/posts/2025-02-20-vllm-control-plane.md index 76836ee..0db0e0e 100644 --- a/content/posts/2025-02-20-vllm-control-plane.md +++ b/content/posts/2025-02-20-vllm-control-plane.md @@ -11,6 +11,9 @@ ShowWordCount: false ShowBreadCrumbs: true ShowPostNavLinks: true ShowRssButtonInSectionTermList: false +UseHugoToc: true +ShowToc: true +tocopen: true --- Open-source large language models (LLMs) like LLaMA, Deepseek, Qwen and Mistral etc have surged in popularity, offering enterprises greater flexibility, cost savings, and control over their AI deployments. These models have empowered organizations to build their own AI-driven applications, from chatbots and agents to content generation and recommendation systems. diff --git a/hugo.yaml b/hugo.yaml index f3b92cd..dc0653e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -94,7 +94,7 @@ params: hiddenInSingle: true # hide on single page editPost: - URL: "https://github.com/aibrix/aibrix.github.io" + URL: "https://github.com/vllm-project/aibrix.github.io" Text: "Suggest Changes" # edit text appendFilePath: true # to append file path to Edit link