Documentation ¶
Index ¶
Constants ¶
View Source
const IrrelevantQuery = "who is kim kardashian's husband?"
View Source
const IrrelevantQueryFunctionalityIndicator = "If the input query has nothing to do with this prompt, return an empty string."
Variables ¶
View Source
var MalformedPromptError = errors.New("empty or incorrect input query")
Functions ¶
This section is empty.
Types ¶
type OpenAiImpl ¶
type OpenAiImpl struct {
// contains filtered or unexported fields
}
func (*OpenAiImpl) CreateChatCompletion ¶
func (o *OpenAiImpl) CreateChatCompletion(context context.Context, r openai.ChatCompletionRequest) (openai.ChatCompletionResponse, error)
func (*OpenAiImpl) InitClient ¶
func (o *OpenAiImpl) InitClient(apiKey string) error
Click to show internal directories.
Click to hide internal directories.