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
/
prompt.ts
matt HOFFNER
barebones
b9d9891
almost 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
export
interface
Prompt
{
id
:
string
;
name
:
string
;
description
:
string
;
content
:
string
;
model
:
any
;
folderId
:
string
|
null
;
}