Interface LlmConnection._FinalStage
- All Known Implementing Classes:
LlmConnection.Builder
- Enclosing class:
LlmConnection
public static interface LlmConnection._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllCustomModels(List<String> customModels) addAllExtraHeaderKeys(List<String> extraHeaderKeys) addCustomModels(String customModels) addExtraHeaderKeys(String extraHeaderKeys) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) Custom base URL for the LLM APIbuild()Adapter-specific configuration.customModels(List<String> customModels) List of custom model names available for this connectionextraHeaderKeys(List<String> extraHeaderKeys) Keys of extra headers sent with requests (values excluded for security)
-
Method Details
-
build
LlmConnection build() -
additionalProperty
-
additionalProperties
-
baseUrl
Custom base URL for the LLM API
-
baseUrl
-
customModels
List of custom model names available for this connection
-
addCustomModels
-
addAllCustomModels
-
extraHeaderKeys
Keys of extra headers sent with requests (values excluded for security)
-
addExtraHeaderKeys
-
addAllExtraHeaderKeys
-
config
Adapter-specific configuration. Required for Bedrock (
{"region":"us-east-1"}), optional for VertexAI ({"location":"us-central1"}), not used by other adapters. -
config
-