openai-node icon indicating copy to clipboard operation
openai-node copied to clipboard

Official JavaScript / TypeScript library for the OpenAI API

Results 190 openai-node issues
Sort by recently updated
recently updated
newest added

### Describe the bug As described in the title, the method takes a while to load. This is a big problem because, in Vercel, the timeout limit for any call...

bug

### Describe the feature or improvement you're requesting Right now the only way to provide input to createTranscription method is to have the file on disk and create a ReadStream...

### Describe the bug Below attach code is working fine in curl, python but the same set of code is not working in Node JS (tried different versions) as well....

bug

### Describe the feature or improvement you're requesting Hi, this is a question. :) Will the Whisper API ever have fine tuning capabilities? And will all whisper improvements be published...

### Describe the feature or improvement you're requesting Currently, the Whisper model only supports video files that are up to 30 seconds long and audio files that are up to...

### Describe the bug https://platform.openai.com/docs/api-reference/images/create-edit ![image](https://user-images.githubusercontent.com/13969584/223567027-3e859851-9126-4390-a4f5-0a4ed6bfed9d.png) According to the documentation, the arguments of `OpenAIApi.createImageEdit` are supposed to be in this order: ``` image, mask, prompt, ... ``` but the reality...

bug

It can be pretty annoying to use the built in copy command in Github and get the $ sign with the copy and end up with this in the terminal:...

### Describe the bug Hi! I tried to follow the documentation when I was writing a transcription script using NodeJS. And I wanted to get a response in .srt format....

bug

### Describe the feature or improvement you're requesting I am currently trying to post multiple requests using both chat completion and text completion at a same time using `Promise.race` like...

### Describe the bug This error is constantly occurs when using createChatCompletion() method: ![image](https://user-images.githubusercontent.com/60787898/224064871-4924a3a0-b060-4ef9-bcec-c2eca3cb08cb.png) ### To Reproduce openai.createChatCompletion({}) .catch((error) => {}) ### Code snippets _No response_ ### OS Windows ###...

bug