LocalAI / core /schema /backend.go
AbdulElahGwaith's picture
Upload folder using huggingface_hub
0f07ba7 verified
package schema
// BackendResponse represents the response for backend operations
type BackendResponse struct {
ID string `json:"id"`
StatusURL string `json:"status_url"`
}