mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge pull request #4360 from BerriAI/litellm_fix_access_audio_endpoint
fix[ - Can't access /v1/audio/speech with some user key
This commit is contained in:
commit
ebbe97910c
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ class LiteLLMRoutes(enum.Enum):
|
|||
# audio transcription
|
||||
"/audio/transcriptions",
|
||||
"/v1/audio/transcriptions",
|
||||
# audio Speech
|
||||
"/audio/speech",
|
||||
"/v1/audio/speech",
|
||||
# moderations
|
||||
"/moderations",
|
||||
"/v1/moderations",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue