Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mikeee/redteam-qwen-free-api
chokatrue
/
servty
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
servty
/
src
/
lib
/
interfaces
/
ICompletionMessage.ts
ffreemt
Update from redteam repo
f25d8c5
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
export
default
interface
ICompletionMessage
{
role
:
'system'
|
'assistant'
|
'user'
|
'function'
;
content
:
string
;
}