Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatGPTMessageResponse ¶
type ChatGPTMessageResponse struct {
Choices []struct {
Message Message `json:"message"`
} `json:"choices"`
}
type ChatGPTService ¶
type ChatGPTService struct {
BaseRequest Base.BaseRequest
ChatGPTApi InfrastructureChatGPTAPI.ChatGPTAPIRepository
}
func (ChatGPTService) TranslateIntoHumanLanguage ¶
func (cg ChatGPTService) TranslateIntoHumanLanguage(json json.RawMessage) Message
Click to show internal directories.
Click to hide internal directories.