POST https://api.openai.com/v1/engines/gpt-3.5-turbo/completions 429 (Too Many Requests)
I am trying to use open ai api for chatGPT integration website project, i am using free trial but i use the website locally so i am the only one who sends requests, but indeed I still got that error in the console:
POST https://api.openai.com/v1/engines/gpt-3.5-turbo/completions 429 (Too Many Requests)
here is how i request it in javascript:
POST https://api.openai.com/v1/chat/completions 404 (Not Found)
I am trying to use open ai api for chatGPT integration website project
but i got those errors: