Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OpenaiCmd = &cobra.Command{
Use: "openai",
Short: "OpenAI commands",
}
Functions ¶
This section is empty.
Types ¶
type EngineInfoCommand ¶ added in v0.1.7
type EngineInfoCommand struct {
*cmds.CommandDescription
}
func NewEngineInfoCommand ¶ added in v0.1.7
func NewEngineInfoCommand() (*EngineInfoCommand, error)
func (*EngineInfoCommand) Run ¶ added in v0.1.7
func (c *EngineInfoCommand) Run( ctx context.Context, parsedLayers map[string]*layers.ParsedParameterLayer, ps map[string]interface{}, gp middlewares.Processor, ) error
type ListEnginesCommand ¶ added in v0.1.7
type ListEnginesCommand struct {
*cmds.CommandDescription
}
func NewListEngineCommand ¶ added in v0.1.7
func NewListEngineCommand() (*ListEnginesCommand, error)
func (*ListEnginesCommand) Run ¶ added in v0.1.7
func (c *ListEnginesCommand) Run( ctx context.Context, parsedLayers map[string]*layers.ParsedParameterLayer, ps map[string]interface{}, gp middlewares.Processor, ) error
type TranscribeCommand ¶ added in v0.2.18
type TranscribeCommand struct {
*cmds.CommandDescription
}
func NewTranscribeCommand ¶ added in v0.2.18
func NewTranscribeCommand() (*TranscribeCommand, error)
func (*TranscribeCommand) Run ¶ added in v0.2.18
func (c *TranscribeCommand) Run( ctx context.Context, parsedLayers map[string]*layers.ParsedParameterLayer, ps map[string]interface{}, gp middlewares.Processor, ) error
Click to show internal directories.
Click to hide internal directories.