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
As a user, I want the plugin to automatically break apart files that are too large for the context window.
e.g.
If a file is 350,000 characters and the context window is 80,000, then it should automatically break it up into (350000/80000)= 4.375 rounds up to 5 chunks.
Then those five chunks should each go into the template.
Then the five templates should go in again into the template
Final output should be a single output file with links to:
The original file
The five summaries used as inputs
The text was updated successfully, but these errors were encountered:
As a user, I want the plugin to automatically break apart files that are too large for the context window.
e.g.
If a file is 350,000 characters and the context window is 80,000, then it should automatically break it up into (350000/80000)= 4.375 rounds up to 5 chunks.
Then those five chunks should each go into the template.
Then the five templates should go in again into the template
Final output should be a single output file with links to:
The text was updated successfully, but these errors were encountered: