OllamaLLMUnit
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
- implementation | No | const | No | - | OllamaLLMUnit |
- model | No | Reference[LLMModel] | No | In LLMModel | Overview of LLMModel components |
- temperature | No | number | No | - | Temperature |
- force_json | No | boolean | No | - | Force Json |
- max_tokens | No | integer | No | - | Max Tokens |
- client_options | No | object | No | - | Client Options |
1. Property implementation
Type | const |
Required | No |
Description: OllamaLLMUnit
Specific value: "OllamaLLMUnit"
2. Property model
Type | Reference[LLMModel] |
Required | No |
Default | {"implementation": "llama3"} |
Defined in | LLMModel |
Description: Overview of LLMModel components
3. Property temperature
Title: Temperature
Type | number |
Required | No |
Default | 0.3 |
4. Property force_json
Title: Force Json
Type | boolean |
Required | No |
Default | true |
5. Property max_tokens
Title: Max Tokens
Type | integer |
Required | No |
Default | null |
6. Property client_options
Title: Client Options
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
Default | {} |