Language Model Interface Node
Interface to a Language Model that can be connected to a Code Node.
Interface to a Language Model that can be connected to a Code Node.
Properties
| Label | Property | Type | Description | Default Value | Is Required |
|---|---|---|---|---|---|
| Language Model | languageModel | botdojo/types/language_model | null | ||
| Temperature | temperature | botdojo/types/number | 0.01 | ✅ | |
| Max Tokens | maxTokens | botdojo/types/number | null | ✅ | |
| Top Probability | topP | botdojo/types/number | null | ✅ | |
| Best Of | bestOf | botdojo/types/number | null | ✅ | |
| Frequency Penalty | frequencyPenalty | botdojo/types/number | null | ✅ | |
| Stop on | stopOn | botdojo/types/string | null | ✅ | |
| Stream To Chat | streamToChat | botdojo/types/options | Default,Always,Never |
Output
| Label | Property | Type | Description | Default Value |
|---|---|---|---|---|
| LLM | llm | botdojo/interface/language_model | Output | null |