Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
sanbo1200/d4
sanbo1200
/
d5
like
0
Running
App
Files
Files
Community
main
d5
/
typings
/
duckgo
/
response.go
sanbo
upate
6390363
about 1 month 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"`
}