groq / groq-python

The official Python Library for the Groq API
Apache License 2.0
301 stars 20 forks source link

Unable to use https://console.groq.com/docs/speech-text #100

Closed Alx-AI closed 2 weeks ago

Alx-AI commented 2 weeks ago

Despite using the exact same format on the docs I was received a 400 error. image

Ended up debugging that the reason I received that error because the .mp4 though only ~20 MB's when converted to WAV was too large for the api. I used the .WAV file instead and received a 502 error image

Any suggestions?

gradenr commented 2 weeks ago

It looks like we're not able to decode the audio file. Are you able to share it so I can debug this?

Alx-AI commented 2 weeks ago

@gradenr the same video is working now, the endpoint just may have been down at that moment. Thank you!