Skip to content

bug: add model_config.seed to yaml configs #1

@S1M0N38

Description

@S1M0N38

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions