How to set the Temperature? #221
-
Hi I just wanted to set the temperature, because it is a must in my project, but I couldn't find it. Would you please tell me if it exists there or should be implemented in another way? I want it for the chat. |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Jan 13, 2024
Replies: 1 comment
-
it is a parameter you can set when creating a chat reuest: var request = new ChatRequest(messages, model, temperature: 0.1f); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StephenHodgson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is a parameter you can set when creating a chat reuest: