Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jdelavande
/
chat-ui-energy
like
54
Running
on
CPU Upgrade
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
8bd5344
chat-ui-energy
/
src
/
lib
/
stores
/
isAborted.ts
Tomás Gómez
fix: new chat when old one is still streaming (#578)
4265c02
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
isAborted = writable<
boolean
>(
false
);