AnthropicLLMUnit
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
- implementation | No | const | No | - | AnthropicLLMUnit |
- model | No | Reference[LLMModel] | No | In LLMModel | Overview of LLMModel components |
- temperature | No | number | No | - | Temperature |
- max_tokens | No | integer | No | - | Max Tokens |
- client_args | No | object | No | - | Client Args |
1. Property implementation
Type | const |
Required | No |
Description: AnthropicLLMUnit
Specific value: "AnthropicLLMUnit"
2. Property model
Type | Reference[LLMModel] |
Required | No |
Default | {"implementation": "claude-3-opus-20240229"} |
Defined in | LLMModel |
Description: Overview of LLMModel components
3. Property temperature
Title: Temperature
Type | number |
Required | No |
Default | 0.3 |
4. Property max_tokens
Title: Max Tokens
Type | integer |
Required | No |
Default | null |
5. Property client_args
Title: Client Args
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
Default | {} |