llm/llm
Chris Mungall 482292b7d7 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
..
__init__.py Add a defaults parameter to templates. (#57) 2023-06-17 23:49:27 +01:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py llm prompt ... --save templatename shortcut, closes #55 2023-06-17 23:22:59 +01:00
hookspecs.py Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
migrations.py Store debug info, closes #34 2023-06-16 08:51:56 +01:00
plugins.py Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00