Documentation
¶
Overview ¶
Package anthropic adapts Anthropic Messages APIs to enno.Provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIKey string
Model string
MaxTokens int64
// MaxHTTPRetries overrides the SDK HTTP retry count when positive (option.WithMaxRetries).
// Zero selects defaultHTTPMaxRetries.
MaxHTTPRetries int
// HTTPProxy is an optional proxy URL (http(s):// or socks5://). Empty uses SDK default (environment proxy vars still apply).
HTTPProxy string
}
Click to show internal directories.
Click to hide internal directories.