Setting temperature within Assistant VS within Run

Let say I have two runs. I set my assistant’s temperature to 0.4, the first run to 0.8 and not specifying it for the second run. What will the temperature be for the second run? Also, what’s the difference between within assistant and within run?

the temperature of the second run will be the same as the assistant’s temp, 0.4. the parameters at the run stage enables us devs to change the settings on a per-run basis. this means that the 0.8 you set during the first run will only take effect on that run. so for the second run, since you did not set anything on that run, the default assistant temp should take effect.

2 Likes