Commit graph

235 commits

Author SHA1 Message Date
Simon Willison
8fc9cd1902 llm aliasess set command, refs #151 2023-08-12 09:01:12 -07:00
Simon Willison
b8f8869778 llm aliases list --json option, refs #151 2023-08-12 08:52:57 -07:00
Simon Willison
4db949bae8 Use prolog for cog --check in Justfile 2023-08-11 23:19:56 -07:00
Simon Willison
7207554719 Updated test for new alignment of aliases, refs #151 2023-08-11 23:18:46 -07:00
Simon Willison
7303bc3e34 Use cog prolog
Refs https://github.com/simonw/llm/issues/151#issuecomment-1675730608
2023-08-11 23:17:50 -07:00
Simon Willison
50d3b8b25b Don't include extra-openai-models.yaml when cogging aliases, refs #151 2023-08-11 23:14:44 -07:00
Simon Willison
a8059a24a9 Docs and tests for llm aliases list, refs #151 2023-08-11 23:00:20 -07:00
Simon Willison
4980f5a7c0 llm aliases list command, refs #151 2023-08-11 22:57:30 -07:00
Simon Willison
609e8dead8 --no-cache-dir and --force-reinstall options, closes #146 2023-08-03 21:30:47 -07:00
dependabot[bot]
c5adc59252
Bump the python-packages group with 1 update (#145)
Bumps the python-packages group with 1 update: [furo](https://github.com/pradyunsg/furo).

- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2022.06.21...2023.07.26)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 16:51:51 -07:00
Simon Willison
575f66e5f7
Try dependabot.yml configuration
https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/
2023-08-03 14:06:48 -07:00
Pavel Král
838484b1f3
Set min/max constraints to float arguments
* Add .idea/ to .gitignore
* Set min and max constraints to float parameters

Closes #115
2023-07-26 10:59:09 -07:00
Sherwin Daganato
531d188199
Fix: Prevent TypeError in llm templates list for templates with empty prompts (#132) 2023-07-26 10:46:58 -07:00
Simon Willison
65d16663f5 Fix bug in --editable, closes #136 2023-07-25 22:21:20 -07:00
Simon Willison
3c2ef73f78
Remove Tutorial: prefix 2023-07-24 13:05:47 -07:00
Simon Willison
ce21cbd202
.readthedocs.yaml
Refs #128
2023-07-24 08:53:48 -07:00
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