Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatGPT ¶
type ChatGPT struct {
// contains filtered or unexported fields
}
func (*ChatGPT) ConstructQuestionGPT ¶
type LanguageModel ¶
type LanguageModel interface {
ConstructQuestionGPT(mess string, search *message.ParserRequest) (*int, error)
}
func NewChatGPTWrapper ¶
func NewChatGPTWrapper(token string, log *zap.Logger) LanguageModel
Click to show internal directories.
Click to hide internal directories.