ModelConfig::getTopP(): float|null

In this article

Gets the top-p parameter.

Return

float|null The top-p parameter.

Source

public function getTopP(): ?float
{
    return $this->topP;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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