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

OpenAI call changes towards more deterministic responses #71

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

deepak-akkil
Copy link
Collaborator

Even with a temperature 0, the response can be very non-deterministic, sometimes to the extent that plans returned by the planner are different.

Setting a low top_p and a "seed" are additional steps that can be taken to move towards deterministic responses. https://cookbook.openai.com/examples/reproducible_outputs_with_the_seed_parameter

Even with a temperature 0, the response can be very non-deterministic. Setting a low top_p and a "seed" are additional steps that can be taken to move towards deterministic responses.
https://cookbook.openai.com/examples/reproducible_outputs_with_the_seed_parameter
@deepak-akkil deepak-akkil changed the base branch from master to dev July 3, 2024 13:25
@deepak-akkil deepak-akkil requested a review from teaxio July 3, 2024 13:25
@teaxio teaxio merged commit 896d23c into dev Jul 3, 2024
@deepak-akkil deepak-akkil deleted the More-determinsitic-behavior branch July 19, 2024 14:36
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

Successfully merging this pull request may close these issues.

2 participants