Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanbo1200/duck2api
HelloAiWorlds
/
duck2api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
duck2api
/
typings
/
duckgo
/
response.go
sanbo
upate
6390363
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
201 Bytes
package
duckgo
type
ApiResponse
struct
{
Message
string
`json:"message"`
Created
int
`json:"created"`
Id
string
`json:"id"`
Action
string
`json:"action"`
Model
string
`json:"model"`
}