Skip to content

Commit 2dcde8c

Browse files
docs: cleanup doc
1 parent 506b6f6 commit 2dcde8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/my-website/docs/providers/fireworks_ai.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,13 @@ response = transcription(
250250

251251
```yaml
252252
model_list:
253-
- model_name: fireworks-whisper-v3
253+
- model_name: whisper-v3
254254
litellm_params:
255255
model: fireworks_ai/whisper-v3
256-
api_key: "os.environ/FIREWORKS_AI_API_KEY"
256+
api_base: https://audio-prod.us-virginia-1.direct.fireworks.ai/v1
257+
api_key: os.environ/FIREWORKS_API_KEY
258+
model_info:
259+
mode: audio_transcription
257260
```
258261
259262
2. Start Proxy

0 commit comments

Comments
 (0)