Simon Willison
5a9269a2ce
Typo
2023-08-31 16:58:02 -07:00
Simon Willison
77cf56e54a
Initial CLI support and plugin hook for embeddings, refs #185
...
* Embeddings plugin hook + OpenAI implementation
* llm.get_embedding_model(name) function
* llm embed command, for returning embeddings or saving them to SQLite
* Tests using an EmbedDemo embedding model
* llm embed-models list and emeb-models default commands
* llm embed-db path and llm embed-db collections commands
2023-08-27 22:24:10 -07:00
Simon Willison
b5260b4eb0
llm-anyscale-endpoints
...
!stable-docs
2023-08-23 13:46:48 -07:00
Simon Willison
7744cf9b79
llm-openrouter in plugin directory
...
Closes #168
!stable-docs
2023-08-21 00:05:35 -07:00
Simon Willison
ebe2e08a1f
Release 0.8
...
Refs #111 , #147 , #153 , #154 , #155 , #158 , #160 , #167 , #173 , #174
2023-08-20 23:53:09 -07:00
Simon Willison
dff36f0edc
Change of policy: keys.json over-rides environment variables, closes #158
2023-08-20 23:27:21 -07:00
Simon Willison
e959026051
llm keys command, closes #174
2023-08-20 23:11:47 -07:00
Simon Willison
b92c940e30
Usage documentation no longer assumes OpenAI
2023-08-20 23:01:52 -07:00
Simon Willison
c8e9565f47
Combine piped and argument prompts, closes #153
2023-08-20 22:57:29 -07:00
Simon Willison
1212cc9221
Related tools documentation, closes #111
2023-08-20 22:34:29 -07:00
Simon Willison
6aa2990892
This is directory.md now, refs #173
2023-08-20 22:24:21 -07:00
Simon Willison
6155f12c9c
Move plugin directory into LLM repo, refs #173
2023-08-20 22:17:16 -07:00
Simon Willison
14536f447b
Link to llm tag on my blog
...
Also test the new `stable` docs mechanism.
2023-08-20 21:54:17 -07:00
Simon Willison
edb1d4f01c
Release 0.7.1
...
Refs #12
2023-08-20 21:33:22 -07:00
Simon Willison
3e39af0d67
Mention prompt templates in system prompts docs, closes #131
2023-08-19 22:23:08 -07:00
Simon Willison
f5ec484cf2
Fixed documentation heading level, refs #154
2023-08-19 22:12:02 -07:00
Simon Willison
c290b44d45
llm.remove_alias() function, refs #154
2023-08-19 22:06:51 -07:00
Simon Willison
8cdcf1e689
llm.set_alias() function, refs #154
2023-08-19 22:01:29 -07:00
Simon Willison
0cd9333054
llm aliases defaults to llm aliases list, refs #154
...
Refs #167
2023-08-19 21:48:20 -07:00
dependabot[bot]
bdae409a92
Bump Furo and Sphinx
...
* Bump the python-packages group with 1 update
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/2023.07.26...2023.08.17 )
---
updated-dependencies:
- dependency-name: furo
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com>
* sphinx==7.2.2
According to tip here:
- https://github.com/pradyunsg/furo/discussions/693#discussioncomment-6753629
Refs #161
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Willison <swillison@gmail.com>
2023-08-19 20:13:54 -07:00
Simon Willison
0eeb8393ca
llm models and llm templates default to list, closes #167
2023-08-19 20:04:14 -07:00
Simon Willison
9518515de0
Extra header configuration for openrouter.ai, refs #165
2023-08-19 18:53:49 -07:00
Simon Willison
a4f55e9987
--cid/--conversation option, docs for search - refs #160
2023-08-17 14:32:43 -07:00
Simon Willison
113df5dd87
llm logs now defaults to text output, use --json for JSON, use -c X for specific conversation
...
Refs #160
2023-08-17 13:57:18 -07:00
Simon Willison
8bf27b34ee
llm.UnknownModelError docs, closes #155
2023-08-13 14:57:35 -07:00
Simon Willison
4f7629c309
Fixed typo in changelog
2023-08-12 10:20:08 -07:00
nakamichi
a802bfbbb0
Fix a typo ( #148 )
2023-08-12 09:40:14 -07:00
Simon Willison
3bfcfd57d2
Release notes for 0.7
2023-08-12 09:38:58 -07:00
Simon Willison
819d600973
Link to two more blog entries
2023-08-12 09:27:36 -07:00
Simon Willison
945ed246da
Updated cog help, refs #151
2023-08-12 09:15:46 -07:00
Simon Willison
eef2ab0d79
Decided not to allow you to unset aliases from plugins, refs #151
2023-08-12 09:15:00 -07:00
Simon Willison
53289e3767
llm aliases remove command, refs #151
2023-08-12 09:05:02 -07:00
Simon Willison
4a68aa408a
llm aliases path command, refs #151
2023-08-12 09:01:51 -07:00
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
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
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
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