Hacker News new | ask | show | jobs
by 7bit 732 days ago
Yes, it is non-deterministic from our point of view, because OpenAI does not let us set the seed.
1 comments

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.