Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chatbot
matthoffner
/
chatbot-mini
like
2
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
97a1390
chatbot-mini
/
types
/
data.ts
matthoffner
Duplicate from matthoffner/chatbot
3861128
almost 2 years ago
raw
Copy download link
history
blame
Safe
63 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}