back

by dmit·3y ago·view on hn ↗
You know this, but a tiny nit: it resets to a clean state after every prompt and then replays recent chat history to catch up. The distinction is important in cases like asking it to play a guessing game ("think of a number/person and I'll guess"). The only way it could maintain memory of the secret being guessed between questions is by outputting it as part of a response, which would defeat the purpose of the game.
1 comments
That's a really useful reminder, thanks. I admit I hadn't figured out that guessing game limitation before, but you're right, it logically follows from the whole "replay the last X,000 tokens" mechanism it uses.