Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Haay
/
haasillytavern
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
haasillytavern
/
public
/
scripts
/
util
/
AbortReason.js
Haay
Upload 926 files
519a20c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
export
class
AbortReason
{
constructor
(
reason
) {
this
.
reason
= reason;
}
toString
(
) {
return
this
.
reason
;
}
}