Setting Temperature in .NET Library

Hey everyone,

So I am making a tool that uses GPT to generate metadata using the .NET OpenAI library.

Because the LLMs are a bit random it gives me weird results 20% of the times which makes the tool a bit unreliable.

Do you know any way I can reduce the the temperature and top_p in the .NET library.

Thank you in advance.

Even with the library, you’ll have your own code that sets up the client and sends request.

Can you share some of your code?