Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NiansuhAI
/
dapi
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3bcabdf
dapi
/
typings
/
duckgo
/
response.go
sanbo
update sth. at 2024-12-24 12:41:40
8fb5936
5 months ago
raw
Copy download link
history
blame
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"`
}