agentic icon indicating copy to clipboard operation
agentic copied to clipboard

Bug of not remembering old message

Open mdervisaygan opened this issue 2 years ago • 2 comments

Verify latest release

  • [X] I verified that the issue exists in the latest chatgpt release

Verify webapp is working

  • [X] I verify that the ChatGPT webapp is working properly for this account.

Environment details

image

The example given works fine, but there is a problem. When the code is not asked repeatedly in this way, it cannot remember the old message. image

I asked him to name two things about Github. He did. Now I want him to count more to check if he can remember.

image

As you can see, it doesn't remember the previous message even though I ask it with the id value of the previous message, and it's just nonsense. It works when used as it is in the npm library, but it doesn't remember when used sequentially like this. I had this problem in one of my projects, thanks.

mdervisaygan avatar Sep 24 '23 02:09 mdervisaygan

FYI you exposed your API key there in a few of the screenshots.

brenc avatar Sep 24 '23 03:09 brenc

FYI you exposed your API key there in a few of the screenshots.

5 dollars is a trial key with a balance. It is not a problem for me, I have more than 60. Thank you very much for your warning.

mdervisaygan avatar Sep 24 '23 04:09 mdervisaygan

This project is undergoing a major revamp; closing out old issues as part of the prep process.

The chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package instead.

transitive-bullshit avatar Jun 07 '24 05:06 transitive-bullshit