Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingchat/chat-ui
Bnr32
/
chat-ui
like
0
Running
App
Files
Files
Community
e4a770a
chat-ui
/
src
/
lib
/
stores
/
isAborted.ts
Tomás Gómez
fix: new chat when old one is still streaming (#578)
f23c3c9
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
isAborted = writable<
boolean
>(
false
);