llm/tests
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
..
conftest.py Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
test_keys.py Store debug info, closes #34 2023-06-16 08:51:56 +01:00
test_llm.py Rename log.db to logs.db, closes #41 2023-06-17 09:29:46 +01:00
test_migrate.py Removed obsolete line 2023-06-16 08:53:20 +01:00
test_plugins.py Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
test_templates.py Add a defaults parameter to templates. (#57) 2023-06-17 23:49:27 +01:00