From 50d1c864f2818ddcc3aa19c2f22b8199f1771ac5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 30 Sep 2024 09:21:42 -0700 Subject: [PATCH] fix grammar on health check docs (#5984) --- docs/my-website/docs/proxy/health.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/proxy/health.md b/docs/my-website/docs/proxy/health.md index 334c32cfd..ffc66dde8 100644 --- a/docs/my-website/docs/proxy/health.md +++ b/docs/my-website/docs/proxy/health.md @@ -48,7 +48,7 @@ litellm --health ### Embedding Models -We need some way to know if the model is an embedding model when running checks, if you have this in your config, specifying mode it makes an embedding health check +To run embedding health checks, specify the mode as "embedding" in your config for the relevant model. ```yaml model_list: @@ -64,7 +64,7 @@ model_list: ### Image Generation Models -We need some way to know if the model is an image generation model when running checks, if you have this in your config, specifying mode it makes an image generation health check +To run image generation health checks, specify the mode as "image_generation" in your config for the relevant model. ```yaml model_list: @@ -81,7 +81,8 @@ model_list: ### Text Completion Models -We need some way to know if the model is a text completion model when running checks, if you have this in your config, specifying mode it makes an embedding health check + +To run `/completions` health checks, specify the mode as "completion" in your config for the relevant model. ```yaml model_list: