vertex

package
v0.0.0-...-f8640d3 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, apiEndpoint, projectID string) (llms.LLM[Params], error)

New returns a new Google Palm LLM.

func NewWithKey

func NewWithKey(key, apiEndpoint, projectID string) llms.LLM[Params]

NewWithKey returns a new Google Palm LLM.

Types

type Params

type Params struct {
	Model       string
	MaxTokens   int
	Temperature float64
	TopK        int
	TopP        float64
}

Params are the parameters for a request.

Jump to

Keyboard shortcuts

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