WordPress\AiClient\Providers\Models\DTO
ModelConfig::getLogprobs
Gets whether to return log probabilities.
Method of the class: ModelConfig{}
No Hooks.
Returns
true|false|null. Whether to return log probabilities.
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getLogprobs(): ?bool;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getLogprobs() ModelConfig::getLogprobs code WP 7.0
public function getLogprobs(): ?bool
{
return $this->logprobs;
}