cache_seed in GroupChat #5258
Unanswered
mkojima123
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The group chat manager's LLM config must be set with a seed also. Another thing: the seed is for LLM caching but doesn't prevent the code execution or function calls returning different results. That can cause cache misses as well. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When setting a
cache_seed
, the following code always returns the same response:However, when using a GroupChat (where a
cache_seed
is set for all agents), the response changes on each execution:Questions
GroupChat
return the same response consistently when a seed is set?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions