package
Version:
v0.0.0-...-a7cc116
Opens a new window with list of versions in this module.
Published: Jul 27, 2022
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const API_URL = "https://backend.craiyon.com/generate"
type Request struct {
Prompt string `json:"prompt"`
}
type Response struct {
Images []string `json:"images,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.