-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openai-audio-create-transcription doesn't work #30
Comments
Can you post your code here? That way, it's easier for me to debug! Thanks! |
Even something as basic as: (openai-audio-create-transcription
"my-file.mp3"
(lambda (data)
(print data))) |
Just to let you know, I'm unable to get this to work as well. I would need to investigate further more. 🤔 Sorry for the time you have wasted! 😓 |
Hey, not at all. As an avid Emacs user I am in fact very excited to find this project and happy to know that someone is working in that space. My use case for transcription feature is very simple and straightforward. I'm hoping to write a simple set of functions that would allow transcribing any .mp3, .mp4 directly from Dired. Of course, the tokenization and chunking up large files would be a challenge, but it would be great to make something like that using only Emacs Lisp, right? |
I have done some research, and it seems like many people are facing the same issue, and it remains unresolved! Some links below:
But to be honest, I don't know if I made the right implementation or not. And indeed, they have changed their API endpoint, which I need to update as well. 🤔 |
Tried a few different ways but couldn't make it work. Maybe openai has changed something about the endpoint? I keep gettin
invalid_request_error
The text was updated successfully, but these errors were encountered: