openplayground icon indicating copy to clipboard operation
openplayground copied to clipboard

UI breaks for long prompts (200k tokens)

Open jul-sh opened this issue 1 year ago • 0 comments

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.

jul-sh avatar Feb 11 '24 00:02 jul-sh