tydolla00
tydolla00
Your free usage expired on April 1st. You need a different phone number and a different email to make a new account with more free access.
ChatGPT's model is based off everything before September 2021. It won't know about anything from then to now. In order to have context remembered by chatgpt you have to send...
429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API?
> > 429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API? > > > > So can you please...
yes you have to save the whole history. [...prevMessages, newMessage]. You should be sending the array in the body of the request.
401s indicate a problem on your side. Usually, 4xx indicates not authorized. Check if your API key is expired. Or if you are sending it properly in the request.
> Preact error. Most likely happens when you bundle. Any idea on how I can resolve this issue?