Documentation ¶ Index ¶ func RegisterDalleWithChatGPT(chat *chatgpt.ChatGPT, image *DALLE) type DALLE func New(key string, model string) *DALLE func (dalle *DALLE) Ask(user common.User, message string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RegisterDalleWithChatGPT ¶ func RegisterDalleWithChatGPT(chat *chatgpt.ChatGPT, image *DALLE) Types ¶ type DALLE ¶ type DALLE struct { // contains filtered or unexported fields } func New ¶ func New(key string, model string) *DALLE func (*DALLE) Ask ¶ func (dalle *DALLE) Ask(user common.User, message string) string Source Files ¶ View all Source files ask.go chatgpt_tool.go dalle.go Click to show internal directories. Click to hide internal directories.