ModelConfig::getLogprobs(): bool|null

In this article

Gets whether to return log probabilities.

Return

bool|null Whether to return log probabilities.

Source

public function getLogprobs(): ?bool
{
    return $this->logprobs;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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