-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.Request.Temperature
Andrew Lambert edited this page Feb 9, 2023
·
2 revisions
Dim Temperature As Single
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.