Since I had problems using ChatGPT (see channel "chatgpt_bugs) I tried out to programm a discord Chatbot using the API following a tutorial using nodejs. I have succesfully communicated with text-davinci-003 API and received suitable answers. However there is no context between the answers and the AI seems to not remember its previous answers. Therefore it is not possible to reference a new promt to an already given topic (f.e. improving/changing code snippets that where received by the API before). Also the "continue" prompt does not work for the same reasons and sometimes the answer continues to a completely different topic than intendet....
This Problem also persists on very easy/uncomplicated prompts...
Any Ideas how to fix this and get similar behavior like on the original ChatGPT site?
Thanks in advance!