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 ApiKey *plugins.SetupQuestion ApiBaseURL *plugins.SetupQuestion ApiClient *openai.Client }
func NewClientCompatible ¶
func (*Client) ListModels ¶
func (*Client) SendStream ¶
func (o *Client) SendStream( msgs []*openai.ChatCompletionMessage, opts *common.ChatOptions, channel chan string, ) (err error)
Click to show internal directories.
Click to hide internal directories.