Same question ends with same answer or not

I want to know if I give a set of user data to the GPT model using API and ask it some questions about the given data, is the answer always the same ??? I mean if I ask the same questions many times from the model is the answer always the same???

The models are not deterministic, so no.

You can decrease temperature or raise top_p but you may still have some changes each time.

(this has been asked quite a lot on the forum btw, search “deterministic”)

2 Likes