fix grammar on health check docs (#5984)

This commit is contained in:
Ishaan Jaff 2024-09-30 09:21:42 -07:00 committed by GitHub
parent 7630680690
commit 50d1c864f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ litellm --health
### Embedding Models ### 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 ```yaml
model_list: model_list:
@ -64,7 +64,7 @@ model_list:
### Image Generation Models ### 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 ```yaml
model_list: model_list:
@ -81,7 +81,8 @@ model_list:
### Text Completion Models ### 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 ```yaml
model_list: model_list: