openplayground
openplayground copied to clipboard
UI breaks for long prompts (200k tokens)
UI becomes unresponsive, repeated error messages about local storage being full.
the relevant blocking operations should be moved to workers, so they don't block the UI. Local storage should be disabled for history in the case of long prompts.