lmstudio

package
v1.4.141 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 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
	ApiBaseURL *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) (string, error)

Complete sends a completion request and returns the response.

func (*Client) Configure

func (c *Client) Configure() error

Configure sets up the client configuration.

func (*Client) GetEmbeddings

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

GetEmbeddings returns embeddings for the given input.

func (*Client) GetName

func (c *Client) GetName() string

GetName returns the name of the vendor.

func (*Client) IsConfigured

func (c *Client) IsConfigured() bool

IsConfigured checks if the client is configured.

func (*Client) ListModels

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

ListModels returns a list of available models.

func (*Client) Send

Send sends a single message and returns the response.

func (*Client) SendStream

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

func (*Client) Setup

func (c *Client) Setup() error

Setup performs any necessary setup for the client.

func (*Client) SetupFillEnvFileContent

func (c *Client) SetupFillEnvFileContent(buffer *bytes.Buffer)

SetupFillEnvFileContent fills the environment file content.

Jump to

Keyboard shortcuts

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