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.
Consider this configuration:
This won't work correctly because the default model
gpt-5.4-minineeds to be repeated in themodels:list as well. That's annoying - any model set asmodel:should be automatically treated s if it were in themodels:list.