Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultTitanMaxTokens = 8192 DefaultTitanStopSequences = []string{} DefaultTitanTemperature = 0.0 DefaultTitanTopP = 1.0 DefaultService = "bedrock" )
View Source
var ( DefaultAnthropicMaxTokensToSample = 300 DefaultAnthropicStopSequences = []string{"\\n\\nHuman:"} DefaultAnthropicTemperature = 1.0 DefaultAnthropicTopK = 250 DefaultAnthropicTopP = 0.999 )
View Source
var ( DefaultCohereMaxTokens = 100 DefaultCohereTemperature = 0.8 DefaultAI21Temperature = 0.7 DefaultCohereTopP = 1.0 )
View Source
var DefaultAI21MaxTokens = 300
Functions ¶
func NewClassSettings ¶
func NewClassSettings(cfg moduletools.ClassConfig) *classSettings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.