文件历史

提交图

35 次代码提交

作者 SHA1 备注 提交日期
Simon Willison ff12630517 Extra notes on backwards-incompatible changes in 0.4 2023-06-18 09:51:24 +01:00
Simon Willison 3c5b291800 Fixed bad markdown 2023-06-18 09:49:45 +01:00
Simon Willison 00043dcb91 Applied cog 2023-06-18 00:12:32 +01:00
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 bde8623082 Upgrade instructions, refs #50 2023-06-17 22:54:11 +01:00
Simon Willison ea7dee989d Better link to regenerate workflow 2023-06-17 22:43:14 +01:00
Simon Willison 0d9e4c29ad Release 0.4.1
Refs #42, #43, #44, #45, #50
2023-06-17 22:41:09 +01:00
Simon Willison d1b5735161 Badges on the documentation index page 2023-06-17 18:03:05 +01:00
Simon Willison 38f494c51a Add plugins to index page, refs #49 2023-06-17 18:01:48 +01:00
Simon Willison d38cf840a8 llm install and llm uninstall, closes #51, refs #49 2023-06-17 17:55:53 +01:00
Simon Willison 54989b3f24 Updated help.md, refs #49 2023-06-17 17:46:58 +01:00
Simon Willison 945c5026a0 Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
Simon Willison 583d432aab Documented the release process
Refs #50
2023-06-17 16:48:01 +01:00
Simon Willison 5872b2c976 Anchor links for changelog items 2023-06-17 16:16:45 +01:00
Simon Willison c86da82c38 Homebrew installation instructions, closes #50 2023-06-17 16:15:43 +01:00
Simon Willison 9aacd0889e llm is now styled LLM in the docs
Closes #45
2023-06-17 13:33:12 +01:00
Simon Willison 2ec60b8c8f Added more syntax highlighting 2023-06-17 10:21:30 +01:00
Simon Willison 8aabb33fb9 Much improved setup documentation on API keys 2023-06-17 10:20:47 +01:00
Simon Willison 1346d4086c Copy button for docs, closes #43 2023-06-17 09:55:02 +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 751725d03b Rename log.db to logs.db, closes #41 2023-06-17 09:29:46 +01:00
Simon Willison 1fc5f17bac Improvements to help, closes #40 2023-06-17 09:19:52 +01:00
Simon Willison 3b41f929e1 Documentation page showing --help for all commands, refs #40
Also a CI check for if cog needs running
2023-06-17 09:19:34 +01:00
Simon Willison 6bb1d0324f Prompt templates
Closes #23
2023-06-17 08:40:46 +01:00
Simon Willison b415aa0767 Mave changelog into docs
Refs #28
2023-06-16 09:06:30 +01:00
Simon Willison 392f865636 Fix schema display, refs #34 2023-06-16 08:57:53 +01:00
Simon Willison 586ce095c2 Schema in logging.md docs, closes #35 2023-06-16 08:39:01 +01:00
Simon Willison 68c3848eb3 Remove -4, add shortcut mechanism, refs #17 2023-06-15 22:14:55 +01:00
Simon Willison 8dd1b9225c Moved logs.db to user_data_dir, closes #27 2023-06-15 20:19:02 +01:00
Simon Willison 1e4a855660 Stream by default, added--no-stream option, closes #25
Also finished the work needed to remove --code, refs #24
2023-06-15 18:49:11 +01:00
Simon Willison 37a2aba3b8 Remove --code feature, closes #24, refs #23, #17 2023-06-15 18:42:17 +01:00
Simon Willison be2589a641 Rename default openai command to prompt, refs #17 2023-06-15 18:36:14 +01:00
Simon Willison 50f0b2a7f9 Multi-page docs using Markdown and Sphinx, refs #21
Also documents new keys.json mechanism, closes #13
2023-06-15 17:51:12 +01:00