After coder/balatrollm#75 removed the default seed from DEFAULT_MODEL_CONFIG, configs that relied on the implicit model-level seed: 1 no longer get it.\nAdd an explicit seed: 1 under model_config in the YAML configs where deterministic/reproducible LLM outputs are desired.\n\nNote: The seed parameter is not universally supported. Some providers (e.g. Google) reject it with a 400 error. Only add it to configs using providers that support it (e.g. OpenAI).\n\nRef: coder/balatrollm#75
After coder/balatrollm#75 removed the default
seedfromDEFAULT_MODEL_CONFIG, configs that relied on the implicit model-levelseed: 1no longer get it.\nAdd an explicitseed: 1undermodel_configin the YAML configs where deterministic/reproducible LLM outputs are desired.\n\nNote: Theseedparameter is not universally supported. Some providers (e.g. Google) reject it with a 400 error. Only add it to configs using providers that support it (e.g. OpenAI).\n\nRef: coder/balatrollm#75