Documentation ¶
Index ¶
- type Handler
- func (h *Handler) GetImageFromPrompt(prompt string) (string, error)
- func (h *Handler) GetPromptResponse(prompt string, userInput string, model string, maxTokens int) (string, error)
- func (h *Handler) GetPromptResponseGoogle(prompt string, userInput string, maxTokens int) (string, error)
- func (h *Handler) GetPromptResponseOAI(prompt string, userInput string, maxTokens int) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) GetImageFromPrompt ¶
func (*Handler) GetPromptResponse ¶
func (*Handler) GetPromptResponseGoogle ¶
Click to show internal directories.
Click to hide internal directories.