Skip to content

OpenAI.Request.Temperature

Andrew Lambert edited this page Feb 9, 2023 · 2 revisions

OpenAI.Request.Temperature

Property declaration

 Dim Temperature As Single

Remarks

What sampling temperature to use, between 0.0 and 2.0. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.

OpenAI generally recommends altering this or Top_P but not both.

Clone this wiki locally