From 1faedd599f4ab16738c36b9359c693a7fe8ec36e Mon Sep 17 00:00:00 2001 From: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:54:09 +0530 Subject: [PATCH] Adding HolmesGPT to projects using LiteLLM (#12798) --- docs/my-website/docs/projects/HolmesGPT.md | 7 +++++++ docs/my-website/sidebars.js | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/my-website/docs/projects/HolmesGPT.md diff --git a/docs/my-website/docs/projects/HolmesGPT.md b/docs/my-website/docs/projects/HolmesGPT.md new file mode 100644 index 00000000000..608d526368f --- /dev/null +++ b/docs/my-website/docs/projects/HolmesGPT.md @@ -0,0 +1,7 @@ +# HolmesGPT + +[HolmesGPT](https://github.com/robusta-dev/holmesgpt) is an AI-powered observability tool designed to enhance incident response and troubleshooting processes. It's like your 24/7 on-call assistant, helps you solve alerts faster with Automatic Correlations, Investigations, and More. + +LiteLLM helps HolmesGPT integrate with multiple LLM providers or bring their own model and self-host it. + +🔗 Try HolmesGPT → [https://github.com/robusta-dev/holmesgpt](https://github.com/robusta-dev/holmesgpt) \ No newline at end of file diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index b78410448c7..b605da829cf 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -623,6 +623,7 @@ const sidebars = { "projects/llm_cord", "projects/pgai", "projects/GPTLocalhost", + "projects/HolmesGPT" ], }, "extras/code_quality",