OpenAIOcrCopilotOptions.WithTemperature

OpenAIOcrCopilotOptions.WithTemperature method

Sets the temperature.

public OpenAIOcrCopilotOptions WithTemperature(double? temperature)
ParameterTypeDescription
temperatureNullable`1The temperature to set.

Return Value

The current instance of OpenAIOcrCopilotOptions.

See Also