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",