Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fastx/custom-chatbot
fastx
/
Lisa-Chatbot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
731fba9
Lisa-Chatbot
/
data
/
BTStatus.cs
fastx
Duplicate from fastx/custom-chatbot
59368e0
about 2 years ago
raw
Copy download link
history
blame
Safe
106 Bytes
namespace
Quantum
{
public
enum
BTStatus
{
Inactive,
Success,
Failure,
Running,
Abort
}
}