mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs(health.md): add audio transcription to health check endpoitns
This commit is contained in:
parent
4b8d33e6a8
commit
ff3f3ed933
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue