|
|
|
|
|
by danielbln
908 days ago
|
|
From the OpenAI cookbook[1]: TLDR: Developers can now specify seed parameter in the Chat Completion request for consistent completions. We always include a system_fingerprint in the response that helps developers understand changes in our system that will affect determinism. [1] https://cookbook.openai.com/examples/deterministic_outputs_w... |
|
Perhaps I’m misunderstanding how the seed is used in this context. If you have any examples of how you use it in real world context then that would be appreciated.