ModelConfig::getFrequencyPenalty(): float|null

In this article

Gets the frequency penalty.

Return

float|null The frequency penalty.

Source

public function getFrequencyPenalty(): ?float
{
    return $this->frequencyPenalty;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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