Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResponseCreateParams is missing .seed(int) #355

Closed
lukehutch opened this issue Mar 24, 2025 · 3 comments
Closed

ResponseCreateParams is missing .seed(int) #355

lukehutch opened this issue Mar 24, 2025 · 3 comments

Comments

@lukehutch
Copy link

ResponseCreateParams is missing the ability to set the random seed. What is the new way to do this?

@TomerAberbach
Copy link
Collaborator

@kwhinnery-openai can you help with this question? I'm not sure what this corresponds to, if anything (it's in chat completions)

@lukehutch
Copy link
Author

In the old chat completions api, there is an ability to set the random seed, which reduces nondeterminism. That param is missing from the new API.

@kwhinnery-openai
Copy link
Contributor

Hey there - unfortunately, that parameter is currently not supported in Responses, so the API signature is correct. If that particular feature is critical right now, it's probably the right move to stay on Chat Completions for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants