openai icon indicating copy to clipboard operation
openai copied to clipboard

Deprecated OpenAI API implementation

Results 3 openai issues
Sort by recently updated
recently updated
newest added

How can i fix this error code 429 ? ![image](https://user-images.githubusercontent.com/36468037/214250145-b6cf9e67-ff9a-4245-a6cf-63b46f8ed655.png) ![image](https://user-images.githubusercontent.com/36468037/214250239-025a8a24-6afa-41d1-9558-20bacc95f5ff.png)

I'm using Typescript to import OpenAI, and am getting the above error. OS: Mac OS 11.6 NPM: v6.14.15 Node: v14.18.0

How do you pass a variable in the prompt instead of a string, if you want to make the request to openai based on a user input? I tried using...