文件历史

97 次代码提交

作者 SHA1 备注 提交日期
Simon Willison 9a177abfd5 Release 0.6
Test / test (3.10) (push) Has been cancelled
Test / test (3.11) (push) Has been cancelled
Test / test (3.7) (push) Has been cancelled
Test / test (3.8) (push) Has been cancelled
Test / test (3.9) (push) Has been cancelled
Refs #106, #107, #108, #109
2023-07-18 14:36:37 -07:00
Simon Willison acc0931a43 Link to Llama 2 blog entry 2023-07-18 14:24:32 -07:00
Simon Willison 178af27d95 llm logs list -q/--query option, closes #109 2023-07-15 16:20:28 -07:00
Simon Willison 75e40e7077 Enable FTS indexes on responses prompt and response columns, refs #109 2023-07-15 16:03:35 -07:00
Simon Willison ed8cd776a4 llm logs list -m model_id/alias option, closes #108 2023-07-15 15:55:13 -07:00
Simon Willison 723d349f4f Improved compatible models documentation, refs #106, #107 2023-07-15 15:44:53 -07:00
Simon Willison e2072f7044 Ability to register additional OpenAI-compatible models
Closes #107, closes #106
2023-07-15 10:01:03 -07:00
Simon Willison 5dcfa6f13d Custom title for docs homepage, closes #105 2023-07-12 12:20:16 -07:00
Simon Willison a6e3730b40 Fix zip link 2023-07-12 09:09:19 -07:00
Simon Willison 5970e1bcc2 Warn that Homebrew is much slower
Refs #102
2023-07-12 09:01:38 -07:00
Simon Willison a3c079606c Release 0.5
Test / test (3.10) (push) Has been cancelled
Test / test (3.11) (push) Has been cancelled
Test / test (3.7) (push) Has been cancelled
Test / test (3.8) (push) Has been cancelled
Test / test (3.9) (push) Has been cancelled
Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
2023-07-12 07:22:17 -07:00
Simon Willison 3afe82f7a6 New tagline, link to shortly-to-be-published blog entry, refs #88 2023-07-12 07:09:16 -07:00
Simon Willison adcf691678 Documentation now talks about installing models more, closes #100 2023-07-12 07:01:01 -07:00
Simon Willison 7a7bb3aed6 More improvements to release notes, refs #99 2023-07-11 22:00:17 -07:00
Simon Willison c08e47355c Added model plugins to 0.5 release notes, refs #99 2023-07-11 21:52:46 -07:00
Simon Willison 2017018d8f Bullet point release notes for 0.5 - refs #99 2023-07-11 21:42:54 -07:00
Simon Willison 93d61c5f6b Document --cid/--conversation, refs #91 2023-07-11 21:39:31 -07:00
Simon Willison 54881ebfd5 Remove init-db command, refs #68 2023-07-11 21:38:14 -07:00
Simon Willison fa67b3fdaf --log option, closes #68 2023-07-11 20:18:16 -07:00
Simon Willison 05b4bcf57c Docs for llm logs on/off/status, closes #98 2023-07-11 20:09:07 -07:00
Simon Willison 833c4b4892 Mention -s on index of documentation, Closes #59 2023-07-11 20:00:47 -07:00
Simon Willison d2fcff3f3a llm logs on / off commands, refs #98 2023-07-11 19:48:16 -07:00
Simon Willison 875c6a9669 Initial llm logs status command, refs #98 2023-07-11 19:38:27 -07:00
Simon Willison 9a226a8b43 Discord badges, refs #97 2023-07-11 18:56:38 -07:00
Simon Willison abfc9c69dc Response.fake() method
I'm using this in https://github.com/simonw/llm-gpt4all/issues/4
2023-07-11 11:08:15 -07:00
Simon Willison f7364f406e Docs for llm.ModelError, refs #96 2023-07-11 10:55:28 -07:00
Simon Willison 3ee67c94e8 Updated tutorial for conversations, closes #94 2023-07-11 08:58:04 -07:00
Simon Willison 2554a06e36 Docs for llm.user_dir(), closes #83 2023-07-11 07:43:57 -07:00
Simon Willison 0d6f9e7038 Documented conversations for Python API, closes #85
Also removed now obsolete internal concepts documentation, may add something like this again later.
2023-07-11 07:33:42 -07:00
Simon Willison 56016aef59 Include conversations table in docs schema, refs #91 2023-07-11 07:21:22 -07:00
Simon Willison 2d3ebe7fe1 llm logs now uses new DB schema, refs #91 2023-07-11 07:21:22 -07:00
Simon Willison 54de7c4134 Updated help.md 2023-07-11 07:21:22 -07:00
Simon Willison d2d7b6e808 Fix a warning about _static in docs builds 2023-07-10 21:45:07 -07:00
Simon Willison aa37d3307f Example for logit_bias, closes #36 2023-07-10 15:43:44 -07:00
Simon Willison bee1817284 Added a . for consistency 2023-07-10 15:32:07 -07:00
Simon Willison 898418a518 Fix for cogapp on Python 3.8, refs #82 2023-07-10 14:12:20 -07:00
Simon Willison 18f34b5df2 How to add docs to options, refs #82 2023-07-10 13:51:33 -07:00
Simon Willison 8f7c3a9797 llm models list --options - closes #82 2023-07-10 13:40:27 -07:00
Simon Willison a2a97b6c7d Removed duplicated tutorial page 2023-07-10 13:39:59 -07:00
Simon Willison d5743641e6 Expanded plugins/ docs into several pages
Refs #87
2023-07-10 12:48:25 -07:00
Simon Willison 4a46bf40b6 Capitalize Homepage in example pyproject.toml 2023-07-10 12:25:36 -07:00
Simon Willison 35827a5d43 Basic Python API usage instructions
Closes #75
2023-07-10 11:42:23 -07:00
Simon Willison 02a930dd8e Updated Gist example for tutorial 2023-07-10 08:31:50 -07:00
Simon Willison 199f7e0767 Renamed iter_prompt() to execute() and updated tutorial 2023-07-10 07:59:12 -07:00
Simon Willison ccda1eec73 Switch tutorial from setup.py to pyproject.toml
Refs #53

Based on https://til.simonwillison.net/python/pyproject

Closes #81
2023-07-08 15:34:19 -07:00
Simon Willison 5e1b528ebb Snappier tutorial title 2023-07-07 08:13:45 -07:00
Simon Willison 40f3892e19 Fix lin to Gist in tutorial 2023-07-06 21:11:05 -07:00
Simon Willison c1e3cbf2e9 Detailed tutorial on writing plugins 2023-07-06 20:38:12 -07:00
Simon Willison f193468f76 llm install -e/--editable option 2023-07-05 17:58:19 -07:00
Simon Willison 49e4d688c6 Removed .stream() method in favor of .prompt(stream=False) 2023-07-04 07:50:31 -07:00