Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Niansuh/DP2API
mxrkai
/
dsk
like
0
Sleeping
App
Files
Files
Community
89e5382
dsk
/
src
/
lib
/
interfaces
/
ICompletionMessage.ts
ffreemt
Update local files instead of git clone
813eca2
7 months ago
raw
Copy download link
history
blame
Safe
124 Bytes
export
default
interface
ICompletionMessage
{
role
:
'system'
|
'assistant'
|
'user'
|
'function'
;
content
:
string
;
}