diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index 59288a6..fa1938e 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -398,6 +398,7 @@ }) fetchEventSource(getApiBase() + getEndpointCompletions(), { ...fetchOptions, + openWhenHidden: true, onmessage (ev) { // Remove updating indicator updating = 1 // hide indicator, but still signal we're updating