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:
Ishaan Jaff 2024-06-22 13:46:50 -07:00 committed by GitHub
commit ebbe97910c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",