From ff3f3ed933c3e32ae682bc14c886407f6112590a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 11 Jul 2024 21:46:04 -0700 Subject: [PATCH] docs(health.md): add audio transcription to health check endpoitns --- docs/my-website/docs/proxy/health.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/my-website/docs/proxy/health.md b/docs/my-website/docs/proxy/health.md index 0f39261130d..1e2d4945bc4 100644 --- a/docs/my-website/docs/proxy/health.md +++ b/docs/my-website/docs/proxy/health.md @@ -112,6 +112,19 @@ model_list: mode: completion # 👈 ADD THIS ``` +### Speech to Text Models + +```yaml +model_list: + - model_name: whisper + litellm_params: + model: whisper-1 + api_key: os.environ/OPENAI_API_KEY + model_info: + mode: audio_transcription +``` + + ## `/health/readiness` Unprotected endpoint for checking if proxy is ready to accept requests