You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes you're right, I thought the same thing and came here looking for an explanation. It seems like rather than completely forgetting the first chunk, it tries to compress it. The more chunks you include, the more detail is lost.
My guess is that when your conversation history reaches the GPT memory limit, ChatGPT gets GPT to summarize the conversation so far and includes that as the history for subsequent messages rather than the full text.
For example I took the full text of this paper and used chatgpt-prompt-splitter to break it into 3 chunks. ChatGPT then gave me a summary of the paper, but when I asked "Give me the full text of the Abstract" it failed to do so. If I only paste the first chunk and ask the same question, it doesn't fail.
15000 chars ~= 5200 tokens
Well after a few chunks, the initial text wouldn't be context anymore, right?
The text was updated successfully, but these errors were encountered: