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.