mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs: cleanup doc
This commit is contained in:
parent
506b6f6517
commit
2dcde8ce2b
1 changed files with 5 additions and 2 deletions
|
|
@ -250,10 +250,13 @@ response = transcription(
|
|||
|
||||
```yaml
|
||||
model_list:
|
||||
- model_name: fireworks-whisper-v3
|
||||
- model_name: whisper-v3
|
||||
litellm_params:
|
||||
model: fireworks_ai/whisper-v3
|
||||
api_key: "os.environ/FIREWORKS_AI_API_KEY"
|
||||
api_base: https://audio-prod.us-virginia-1.direct.fireworks.ai/v1
|
||||
api_key: os.environ/FIREWORKS_API_KEY
|
||||
model_info:
|
||||
mode: audio_transcription
|
||||
```
|
||||
|
||||
2. Start Proxy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue