Commit graph

219 commits

Author SHA1 Message Date
Simon Willison
7ffce6a67b One last changelog entry for 0.6.1, refs #125 2023-07-24 08:46:08 -07:00
Jorge
be55a71b15
Fix for error in templates.md
Thanks @dokeet
2023-07-24 08:43:25 -07:00
Simon Willison
4484765efe Release 0.6.1
Refs #124
2023-07-24 08:41:05 -07:00
Simon Willison
ef35acdd5e brew install llm - refs #124 2023-07-24 08:36:50 -07:00
Simon Willison
9475413972
System prompts for Python API 2023-07-20 12:02:15 -07:00
Simon Willison
101795f858
Fixed bug in Markdown in release notes 2023-07-18 15:15:48 -07:00
Simon Willison
9a177abfd5 Release 0.6
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
cb41409e2b conversation_name should not have newlines, closes #110 2023-07-15 21:28:35 -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
60819affd2 Useful extra output for just lint 2023-07-15 10:00:04 -07:00
Simon Willison
58d1f9291d Don't use openai.api_key global, refs #107 2023-07-14 14:07:42 -07:00
Simon Willison
3f1388a4e6
setuptools and pip as dependencies
Needed for the install and uninstall commands.

Without these installation tools like rye might not work.
2023-07-13 21:04:07 -07:00
Simon Willison
79cce53904
Description should not be a Python tuple! 2023-07-13 15:07:48 -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
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
c33625faa8 Promote llm -s and mention plugins, refs #59 2023-07-11 19:55:33 -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
7bef414de7 Nicer error message for unknown models with -c mode, closes #92 2023-07-11 19:29:54 -07:00
Simon Willison
9a226a8b43 Discord badges, refs #97 2023-07-11 18:56:38 -07:00
Simon Willison
19ba1a3099 Improvements to Response.fake() plus __repr__ for some classes 2023-07-11 15:14:52 -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
18a89d8bb8 Removed obsolete OptionsError class 2023-07-11 10:53:04 -07:00
Simon Willison
c7271dd6b4 llm.ModelError class, refs #96 2023-07-11 10:52:48 -07:00
Simon Willison
3ee67c94e8 Updated tutorial for conversations, closes #94 2023-07-11 08:58:04 -07:00
Simon Willison
255f768707 Rename ._response_json to .response_json 2023-07-11 08:31:38 -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
88d839fa85 Create conversations and responses tables and write to them, refs #91 2023-07-11 07:21:22 -07:00