文件历史

提交图

5 次代码提交

作者 SHA1 备注 提交日期
Simon Willison 7e2a8355de Changelog for template defaults, refs #57 2023-06-17 23:53:41 +01:00
Chris Mungall b5cd563b53 Add a defaults parameter to templates. (#57)
This allows default values to be filled for templates.

For example:
```yaml
prompt: Summarize this text in the voice of $voice
defaults:
  voice: GlaDOS
```
2023-06-17 23:49:27 +01:00
Simon Willison 9d472cf7dc llm prompt ... --save templatename shortcut, closes #55 2023-06-17 23:22:59 +01:00
Simon Willison f9ed733cab Release 0.4
Refs #6, #13, #15, #16, #17, #21, #24, #25, #35, #37
2023-06-17 09:42:13 +01:00
Simon Willison 6bb1d0324f Prompt templates
Closes #23
2023-06-17 08:40:46 +01:00