You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deterministic random seed handling for reproducibility
Set a default random seed (42) in the config and propagate it to LLM and database configurations for reproducibility. Generate component-specific seeds (e.g., for LLMs) using hashing, and ensure deterministic model selection in LLM ensembles. OpenAI LLMs now accept and use a seed parameter for reproducible outputs.
0 commit comments