-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
rename seed to cache_seed #599
Labels
documentation
Improvements or additions to documentation
Comments
sonichi
added
documentation
Improvements or additions to documentation
enhancement
labels
Nov 8, 2023
This was referenced Nov 8, 2023
Merged
@sonichi can this be closed now? |
Yes. |
mathchat still depends on the old version of pyautogen. @kevin666aa may need to decide what to do with it. |
Got it. I will go over MathChat and propose a solution later this week. |
jackgerrits
pushed a commit
that referenced
this issue
Oct 2, 2024
…agent life cycle (#599) * refactor documentation layout * lint * update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openai introduces a new param in chat completion api:
sample deterministically, such that repeated requests with the same seed and
parameters should return the same result. Determinism is not guaranteed, and you
should refer to the system_fingerprint response parameter to monitor changes
in the backend.
"Determinism is not guaranteed" - that's a reason to keep the seed in autogen, but rename it to
cache_seed
. Then, we'll be able to support both openai seed and autogen seed.Tasks
The text was updated successfully, but these errors were encountered: