config

package
v1.26.8 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultBaseURL              = "https://api.anthropic.com"
	DefaultAnthropicModel       = "claude-3-5-sonnet-20240620"
	DefaultAnthropicTemperature = 1.0
	// DefaultAnthropicMaxTokens - 4096 is the max output tokens, input tokens are typically much larger
	DefaultAnthropicMaxTokens     = 4096
	DefaultAnthropicTopK          = 0
	DefaultAnthropicTopP          = 0.0
	DefaultAnthropicStopSequences = []string{}
)

Functions

func NewClassSettings

func NewClassSettings(cfg moduletools.ClassConfig) *classSettings

NewClassSettings creates a new classSettings instance

Types

This section is empty.

Jump to

Keyboard shortcuts

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