#Model not remembering previous messages versus the web playground.

3 messages · Page 1 of 1 (latest)

nimble condor
#

Hi. I have used the API for GPT3, with the model davinci-003. I have used the code from the Playground. When using the code, I noticed the model doesn't remember the history. See for instance with the app I built vs. with the web playground. It doesn't remember the details I gave. Is there anything I should add in the API for the bot to keep the previous details in memory?

light moon
#

You are resending the whole conversation each time in the playground, that's why

nimble condor
#

That is why! Thanks Ronald