Sets the maximum tokens.
Parameters
$maxTokensintrequired- The maximum tokens.
Source
public function setMaxTokens(int $maxTokens): void
{
$this->maxTokens = $maxTokens;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the maximum tokens.
$maxTokensintrequiredpublic function setMaxTokens(int $maxTokens): void
{
$this->maxTokens = $maxTokens;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.