ffreemt
Add route prefix /hf
931bd01
raw
history blame
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"`
}