Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mikeee/redteam-deepseek
Rfym21
/
DP2API
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DP2API
/
src
/
lib
/
interfaces
/
ICompletionMessage.ts
ffreemt
Update local files instead of git clone
813eca2
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
export
default
interface
ICompletionMessage
{
role
:
'system'
|
'assistant'
|
'user'
|
'function'
;
content
:
string
;
}