Skip to content

Should not have to repeat model twice in config #6

@simonw

Description

@simonw

Consider this configuration:

plugins:
  datasette-llm:
    purposes:
      enrichments:
        model: gpt-5.4-mini
        models:
        - gpt-5.4-nano
        - claude-opus-4.6

This won't work correctly because the default model gpt-5.4-mini needs to be repeated in the models: list as well. That's annoying - any model set as model: should be automatically treated s if it were in the models: list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions