I’m trying to play an adventure text game with ChatGPT, my issue is that after each session it forgets most of what happened in the previous session and starts to have continuity issues. My solution to this was to try and integrate a python program leveraging google drive api, but this was not a fruitful endeavor. Essentially what I want is for the gpt to manage some rudimentary files and folders, whether it be in drive, icloud, locally, or some other way. Basically just keeping player interactions in the player folder under the player interactions file, keeping player inventory, keeping a folder of NPCs with their names and past interactions with the player.
Am I out of my depth here?