MistralGPT
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- model | No | Reference[LLMModel] | No | - | - |
- temperature | No | number | No | - | Temperature |
- force_json | No | boolean | No | - | Force Json |
- max_tokens | No | integer | No | - | Max Tokens |
- client_args | No | object | No | - | Client Args |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "MistralGPT"
2. Property model
Type | Reference[LLMModel] |
Required | No |
Default | {"implementation": "eidolon_ai_sdk.apu.llm_unit.LLMModel"} |
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_args
Title: Client Args
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
Default | {} |