Hacker News new | ask | show | jobs
by croes 732 days ago
Isn't GPT4 non deterministic?

So the same prompt won't necessarily give the same result

1 comments

Yes, it is non-deterministic from our point of view, because OpenAI does not let us set the seed.
Sure you can: https://platform.openai.com/docs/api-reference/chat/create#c...

It does not guarantee determinism, though, because of the nature of GPT4o's optimizations.