Skip to content
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

Open
agzam opened this issue Sep 26, 2023 · 5 comments
Open

openai-audio-create-transcription doesn't work #30

agzam opened this issue Sep 26, 2023 · 5 comments

Comments

@agzam
Copy link

agzam commented Sep 26, 2023

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

@jcs090218
Copy link
Member

Can you post your code here? That way, it's easier for me to debug! Thanks!

@agzam
Copy link
Author

agzam commented Sep 26, 2023

Even something as basic as:

(openai-audio-create-transcription
 "my-file.mp3"
 (lambda (data)
   (print data)))

@jcs090218
Copy link
Member

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! 😓

@agzam
Copy link
Author

agzam commented Sep 27, 2023

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?

@jcs090218
Copy link
Member

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. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants