|
|
|
|
|
by MacsHeadroom
1151 days ago
|
|
I believe you misunderstood the comment you're replying to. It says the internal state could be recreated because it is deterministic, and this is correct. Assuming you have control of the parameters (seed etc.) you can reproduce the exact internal states by submitting the same tokens with the same parameters over again step-by-step. With GPT-4 you can do this in the OpenAI Dialogue Playground or via the API. |
|
No, did you even read my quote? How did I misunderstand this:
> At the end of the chat session, this internal state is not persisted
It's misinformed at best, misleading at worst. The non-misleading truth is at the end of each message, the internal state is not persisted.
I didn't disagree about how you can reproduce things. You have to do that to continue a conversation.