Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chatbot-mini
K00B404
/
chatbot-mini-Giant
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatbot-mini-Giant
/
types
/
data.ts
matthoffner
Duplicate from matthoffner/chatbot
3861128
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
63 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}