From 89411227e98893f59ab1178b015f0addcf6592b8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 24 May 2025 14:27:02 -0700 Subject: [PATCH] Clarify where default model options apply, refs #985 --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 88ff588..dc03321 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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 `.