|
|
|
|
|
by throwawaytemp29
1184 days ago
|
|
You can run into issues with long running threads. It only has so much context (I think around 4K words). It doesn’t have all the context of all the thread. My understanding is that it is summarizing the thread and resubmitting it as part of the prompt each time. It took me a while to figure out why it kept forgetting things from earlier in the thread. I’m looking forward to when you can have a bigger context or explicitly set some sort of context that is persistent. |
|