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.
Click to show internal directories.
Click to hide internal directories.