mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-19 03:01:07 +00:00
Changelog for template defaults, refs #57
This commit is contained in:
parent
482292b7d7
commit
351b182da4
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue