From d974e5971a54b3966520bd9cc5575994a68bfdd3 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 29 Jan 2024 15:21:08 -0800 Subject: [PATCH] (docs) /healthreadiness --- docs/my-website/docs/proxy/health.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/health.md b/docs/my-website/docs/proxy/health.md index 12138ce0a..5c73de4af 100644 --- a/docs/my-website/docs/proxy/health.md +++ b/docs/my-website/docs/proxy/health.md @@ -112,7 +112,8 @@ Example Response: ```json { "status": "healthy", - "db": "connected" + "db": "connected", + "litellm_version":"1.19.2", } ``` @@ -121,7 +122,8 @@ Example Response: ```json { "status": "healthy", - "db": "Not connected" + "db": "Not connected", + "litellm_version":"1.19.2", } ```