ModelConfig::getTemperature(): float|null

In this article

Gets the temperature.

Return

float|null The temperature.

Source

public function getTemperature(): ?float
{
    return $this->temperature;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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