Documentation ¶ Index ¶ func Run(args []string) error type Model type ModelList Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(args []string) error Types ¶ type Model ¶ type Model struct { ID string `json:"id"` Object string `json:"object"` Created int `json:"created"` OwnedBy string `json:"owned_by"` Root string `json:"root"` Parent *string `json:"parent"` } type ModelList ¶ type ModelList struct { Object string `json:"object"` Data []Model `json:"data"` } Source Files ¶ View all Source files gopilot.go Click to show internal directories. Click to hide internal directories.