提交

提交图

488 次代码提交

作者 SHA1 备注 提交日期
Simon Willison 098d77905d main branch doesn't work with pydantic 2.0 yet 2023-07-03 13:12:33 -07:00
Simon Willison a380967c27 Link to license on main 2023-07-03 13:11:33 -07:00
Simon Willison 72d1063621 Link to license on main 2023-07-03 13:10:30 -07:00
Simon Willison a4de29fe64 Plausible analytics, refs #79 2023-07-03 13:08:31 -07:00
Simon Willison cfa967abf7 Configure just for this project 2023-06-26 07:50:06 -07:00
Simon Willison 9f1085eece --save now stores -p as default parameters, closes #58 2023-06-23 07:51:50 -07:00
Sébastien De Revière 059bc1a5fe Handle error when no templates are found (#47)
Thanks, @sderev
2023-06-23 07:38:13 -07:00
Galen O’Hanlon 97daa001aa fix typo: 4-32k, not 4-16k (#61) 2023-06-23 07:37:09 -07:00
Simon Willison e72311982d Added 4-16k shortcut 2023-06-21 07:45:22 +01:00
Simon Willison 879b416b52 Extra notes on backwards-incompatible changes in 0.4 2023-06-18 09:51:24 +01:00
Simon Willison 4cd012596a Fixed bad markdown 2023-06-18 09:49:45 +01:00
Simon Willison f4ce9ea77d Applied Black 2023-06-18 09:48:49 +01:00
Simon Willison 8949a0c0c0 Applied cog 2023-06-18 00:12:32 +01:00
Simon Willison 351b182da4 Changelog for template defaults, refs #57 2023-06-17 23:53:41 +01:00
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
Simon Willison 0b65aefb6e llm prompt ... --save templatename shortcut, closes #55 2023-06-17 23:22:59 +01:00
Simon Willison ac5fe2bd06 Upgrade instructions, refs #50 2023-06-17 22:54:11 +01:00
Simon Willison 82f70af175 Better link to regenerate workflow 2023-06-17 22:43:14 +01:00
Simon Willison 6c321a3a15 Release 0.4.1
Refs #42, #43, #44, #45, #50
2023-06-17 22:41:09 +01:00
Simon Willison aefac5cc85 Badges on the documentation index page 2023-06-17 18:03:05 +01:00
Simon Willison b89f0e9ecd Add plugins to index page, refs #49 2023-06-17 18:01:48 +01:00
Simon Willison 1be6230f1f llm install and llm uninstall, closes #51, refs #49 2023-06-17 17:55:53 +01:00
Simon Willison 441311a7a2 Updated help.md, refs #49 2023-06-17 17:46:58 +01:00
Simon Willison a396950f79 Initial plugin framework and register_commands(cli) hook, refs #49 2023-06-17 17:42:13 +01:00
Simon Willison 88591998e4 Documented the release process
Refs #50
2023-06-17 16:48:01 +01:00
Simon Willison 48e1427ec9 Anchor links for changelog items 2023-06-17 16:16:45 +01:00
Simon Willison 5cb5be515f Homebrew installation instructions, closes #50 2023-06-17 16:15:43 +01:00
Simon Willison 96c8f5d342 llm is now styled LLM in the docs
Closes #45
2023-06-17 13:33:12 +01:00
Simon Willison 145c3ff14f Added more syntax highlighting 2023-06-17 10:21:30 +01:00
Simon Willison 9cd7fb757e Much improved setup documentation on API keys 2023-06-17 10:20:47 +01:00
Simon Willison 821b10462d Updated documentation links 2023-06-17 10:13:56 +01:00
Simon Willison 0e0be4db28 Better display of system and prompt, refs #44 2023-06-17 10:10:10 +01:00
Simon Willison b573096d59 Show system prompts in llm templates list, closes #44 2023-06-17 10:08:30 +01:00
Simon Willison 73a6fc036e Copy button for docs, closes #43 2023-06-17 09:55:02 +01:00
Simon Willison 19e6945dde Fix newline issue in llm templates list, closes #42 2023-06-17 09:51:16 +01:00
Simon Willison b55f84a7c0 Update links to documentation site, closes #22 2023-06-17 09:44:06 +01:00
Simon Willison 2d3d297103 Release 0.4
Refs #6, #13, #15, #16, #17, #21, #24, #25, #35, #37
2023-06-17 09:42:13 +01:00
Simon Willison b27c2cdac9 Rename log.db to logs.db, closes #41 2023-06-17 09:29:46 +01:00
Benjamin Kirkbride b12e28c4ec Add 16k models (#38)
also added a `3.5` alias
2023-06-17 09:22:52 +01:00
Simon Willison 5e21195e93 Improvements to help, closes #40 2023-06-17 09:19:52 +01:00
Simon Willison 352d45a899 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 144ffc3f6b Prompt templates
Closes #23
2023-06-17 08:40:46 +01:00
Simon Willison 800659b0c0 Mave changelog into docs
Refs #28
2023-06-16 09:06:30 +01:00
Simon Willison cd1e0f85e4 Fix schema display, refs #34 2023-06-16 08:57:53 +01:00
Simon Willison d3ef8af639 Removed obsolete line 2023-06-16 08:53:20 +01:00
Simon Willison 8308fe5cbf Store debug info, closes #34 2023-06-16 08:51:56 +01:00
Simon Willison 43f2cbd2e3 Schema in logging.md docs, closes #35 2023-06-16 08:39:01 +01:00
Simon Willison bcb0a4a1ef Removed obsolete imports 2023-06-15 23:20:58 +01:00
Simon Willison 5cd753d9e2 Drop platformdirs in favor of click, closes #29 2023-06-15 22:53:21 +01:00
Simon Willison ef75f837e6 Removed last mentions of ~/.llm - refs #27 2023-06-15 22:44:47 +01:00