Sets the top-p parameter.
Parameters
$topPfloatrequired- The top-p parameter.
Source
public function setTopP(float $topP): void
{
$this->topP = $topP;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the top-p parameter.
$topPfloatrequiredpublic function setTopP(float $topP): void
{
$this->topP = $topP;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.