I want to do some tests using GPT-3. Instead of setting temperature = 0, I would like to use the best_of function. However, this gives me non-reproducible results since they differ in each iteration of code execution. Does anyone have an idea how I could achieve reproducible/deterministic results and still use best_of? Is there a way to use a random seed in the API for GPT-3?
Thanks!