Hello everyone,
Up until now, I have successfully created models that address problems by breaking a task into smaller segments, using the output from the previous step for each new one. However, due to token limitations, I am unable to include the output from every prior step.
Is there a method for accessing complete chat interactions, enabling the model to "learn" from earlier prompts and responses?
One such task would involve summarizing extensive documents exceeding 100 pages, which may contain cross-references (thus, simply dividing them wouldn't be very effective).
Thank you!