lmstudio

package
v1.4.166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2025 License: MIT Imports: 10 Imported by: 0

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
	ApiUrl     *plugins.SetupQuestion
	HttpClient *http.Client
}

Client represents the LM Studio client.

func NewClient

func NewClient() (ret *Client)

NewClient creates a new LM Studio client with default configuration.

func NewClientCompatible

func NewClientCompatible(vendorName string, defaultBaseUrl string, configureCustom func() error) (ret *Client)

NewClientCompatible creates a new LM Studio client with custom configuration.

func (*Client) Complete

func (c *Client) Complete(ctx context.Context, prompt string, opts *common.ChatOptions) (text string, err error)

func (*Client) GetEmbeddings

func (c *Client) GetEmbeddings(ctx context.Context, input string, opts *common.ChatOptions) (embeddings []float64, err error)

func (*Client) ListModels

func (c *Client) ListModels() ([]string, error)

ListModels returns a list of available models.

func (*Client) Send

func (c *Client) Send(ctx context.Context, msgs []*goopenai.ChatCompletionMessage, opts *common.ChatOptions) (content string, err error)

func (*Client) SendStream

func (c *Client) SendStream(msgs []*goopenai.ChatCompletionMessage, opts *common.ChatOptions, channel chan string) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL