openai-node
                                
                                
                                
                                    openai-node copied to clipboard
                            
                            
                            
                        Official JavaScript / TypeScript library for the OpenAI API
### 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...
### 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....
### 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  According to the documentation, the arguments of `OpenAIApi.createImageEdit` are supposed to be in this order: ``` image, mask, prompt, ... ``` but the reality...
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....
### 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:  ### To Reproduce openai.createChatCompletion({}) .catch((error) => {}) ### Code snippets _No response_ ### OS Windows ###...