Closed
Description
Your current environment
v0.5.1
🐛 Describe the bug
OpenAI API specifies that you can provide a seed: https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed
This allows reproducibility for example with non-zero temperature parameter.
Currently, any state information is stored/advanced on the driver process only. We need to extend this to the worker actually doing the sampling.