forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue