Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wuran
/
hailuo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hailuo
/
src
/
lib
/
interfaces
/
ICompletionMessage.ts
gitdeem
Upload 38 files
2162a57
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
export
default
interface
ICompletionMessage
{
role
:
'system'
|
'assistant'
|
'user'
|
'function'
;
content
:
string
;
}