Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NiansuhAI
/
dapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dapi
/
typings
/
typings.go
sanbo
update sth. at 2024-12-24 12:41:40
8fb5936
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
package
typings
type
GenericResponseLine
struct
{
Line
string
`json:"line"`
Error
string
`json:"error"`
}
type
StringStruct
struct
{
Text
string
`json:"text"`
}