Interface LangChain4jAnthropicConfig.AnthropicConfig
- Enclosing interface:
- LangChain4jAnthropicConfig
public static interface LangChain4jAnthropicConfig.AnthropicConfig
-
Method Summary
Modifier and TypeMethodDescriptionapiKey()Anthropic API keybaseUrl()Base URL of the Anthropic APIChat model related settingsWhether or not to enable the integration.Whether the Anthropic client should log requestsWhether the Anthropic client should log responsestimeout()Timeout for Anthropic callsversion()The Anthropic version
-
Method Details
-
baseUrl
Base URL of the Anthropic API -
apiKey
Anthropic API key -
version
The Anthropic version -
timeout
Timeout for Anthropic calls -
logRequests
Whether the Anthropic client should log requests -
logResponses
Whether the Anthropic client should log responses -
enableIntegration
Whether or not to enable the integration. Defaults totrue, which means requests are made to the Anthropic provider. Set tofalseto disable all requests. -
chatModel
ChatModelConfig chatModel()Chat model related settings
-