Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
web-llm-embed
like
10
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e82c85b
web-llm-embed
/
src
/
types
/
data.ts
matt HOFFNER
barebones
b9d9891
almost 2 years ago
raw
Copy download link
history
blame
Safe
71 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}