Clarify where default model options apply, refs #985

This commit is contained in:
Simon Willison 2025-05-24 14:27:02 -07:00
parent fc44fd6a0d
commit 89411227e9

View file

@ -1123,4 +1123,4 @@ Or clear all default options for a model like this:
```bash
llm models options clear gpt-4o
```
Default model options are respected by both the `llm prompt` and the `llm chat` commands. They will not be applied when you use LLM as a {ref}`Python library <python-api>`.