Tomás Gómez
fix: new chat when old one is still streaming (#578)
4265c02 unverified
raw
history blame contribute delete
93 Bytes
import { writable } from "svelte/store";
export const isAborted = writable<boolean>(false);