Skip to content

postprocess: Default gpt model impossible to reach #1872

Description

@Crocodoctopus

gpt-5.1 exists as a constructor default in GPTModel, but no current construction path leaves that default in place.

The only call sites are:

  • __init__.py:142 - which via CRISP_API_MODEL.
  • models/__init__.py:22 - which is selected via --llm-model matched to gpt*.

An empty string simply fails model selection, so there is no path that constructs GPTModel implicitly with gpt-5.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions