Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *plugins.PluginBase //ApiBaseURL *plugins.SetupQuestion ApiKey *plugins.SetupQuestion // contains filtered or unexported fields }
func (*Client) ListModels ¶
func (*Client) Send ¶
func (an *Client) Send(ctx context.Context, msgs []*goopenai.ChatCompletionMessage, opts *common.ChatOptions) (ret string, err error)
func (*Client) SendStream ¶
func (an *Client) SendStream( msgs []*goopenai.ChatCompletionMessage, opts *common.ChatOptions, channel chan string, ) (err error)
Click to show internal directories.
Click to hide internal directories.