Changelog for template defaults, refs #57

This commit is contained in:
Simon Willison 2023-06-17 23:53:41 +01:00 committed by GitHub
parent 482292b7d7
commit 351b182da4
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
## Unreleased
- `llm "prompt" --save template` option for saving a prompt directly to a template. [#55](https://github.com/simonw/llm/issues/55)
- Prompt templates can now specify {ref}`default values <prompt-default-parameters>` for parameters. Thanks, Chris Mungall. [#57]([https://github.com/simonw/llm/issues/57](https://github.com/simonw/llm/pull/57))
(v0_4_1)=
## 0.4.1 (2023-06-17)

View file

@ -141,6 +141,7 @@ I got this:
> My previous test subject seemed to have learned something new about iMovie. They exported keynote slides as individual images [...] Quite impressive for a human.
(prompt-default-parameters)=
## Specifying default parameters
You can also specify default values for parameters, using a `defaults:` key.