Discover Packages
github.com/mariocandela/beelzebub/v3
plugins
package
Version:
v3.1.6
Opens a new window with list of versions in this module.
Published: Jan 9, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
ChatGPTPluginName = "OpenAIGPTLinuxTerminal"
)
func Init(history []History , openAIKey string ) *openAIGPTVirtualTerminal
type Choice struct {
Text string `json:"text"`
Index int `json:"index"`
Logprobs interface{} `json:"logprobs"`
FinishReason string `json:"finish_reason"`
}
type History struct {
Input, Output string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.