Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synthesizer ¶
type Synthesizer struct {
*Config
}
func NewSynthesizer ¶
func NewSynthesizer(url, model string, options ...Option) (*Synthesizer, error)
func (*Synthesizer) Synthesize ¶
func (s *Synthesizer) Synthesize(ctx context.Context, content string, options *provider.SynthesizeOptions) (*provider.Synthesis, error)
Click to show internal directories.
Click to hide internal directories.