ModelConfig::setLogprobs( bool $logprobs )

In this article

Sets whether to return log probabilities.

Parameters

$logprobsboolrequired
Whether to return log probabilities.

Source

public function setLogprobs(bool $logprobs): void
{
    $this->logprobs = $logprobs;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.