ModelConfig::getMaxTokens(): int|null

In this article

Gets the maximum tokens.

Return

int|null The maximum tokens.

Source

public function getMaxTokens(): ?int
{
    return $this->maxTokens;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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