|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
This is the complete list of members for foresthub::core::Options, including all inherited members.
| frequency_penalty | foresthub::core::Options | |
| max_tokens | foresthub::core::Options | |
| presence_penalty | foresthub::core::Options | |
| seed | foresthub::core::Options | |
| temperature | foresthub::core::Options | |
| top_k | foresthub::core::Options | |
| top_p | foresthub::core::Options | |
| WithFrequencyPenalty(float frequency_penalty) | foresthub::core::Options | inline |
| WithMaxTokens(int max_tokens) | foresthub::core::Options | inline |
| WithPresencePenalty(float presence_penalty) | foresthub::core::Options | inline |
| WithSeed(int seed) | foresthub::core::Options | inline |
| WithTemperature(float temperature) | foresthub::core::Options | inline |
| WithTopK(int top_k) | foresthub::core::Options | inline |
| WithTopP(float top_p) | foresthub::core::Options | inline |