Commit graph

84 commits

Author SHA1 Message Date
Simon Willison
849c65fe9d
Upgrade to Pydantic v2 (#775)
* Upgrade to Pydantic v2
* Stop testing against Pydantic v1

Closes #520
2025-02-26 10:05:54 -08:00
Simon Willison
e46cb7e761 Update docs to no longer mention PaLM
!stable-docs
2025-02-16 22:37:00 -08:00
Simon Willison
b8b030fc58 Release 0.22
Refs #737, #742, #744, #745, #748, #752
2025-02-16 20:34:48 -08:00
Simon Willison
deb8bc3b4f Upgrade to black>=25.1.0
Refs https://github.com/simonw/llm/issues/728#issuecomment-2628348988

Refs https://github.com/psf/black/issues/4571#issuecomment-2628355450
2025-01-31 13:18:41 -08:00
Simon Willison
f8dcc67455 Release 0.21
Refs #717, #728
2025-01-31 12:35:10 -08:00
Simon Willison
4c153ce675 Pin Black to get tests to pass, refs #728
See https://github.com/psf/black/issues/4571
2025-01-31 12:32:08 -08:00
Simon Willison
dc127d2a87 Release 0.20
Refs #654, #676, #677, #681, #688, #690, #700, #702, #709
2025-01-22 20:36:10 -08:00
Simon Willison
64179fa9e0 Use openai>=1.55.3 for issue #709 2025-01-18 14:11:21 -08:00
Simon Willison
b8e8052229 Release 0.19.1
Refs #667
2024-12-05 13:47:28 -08:00
Simon Willison
c018104083 Release 0.19
Refs #495, #610, #640, #641, #644, #653
2024-12-01 15:58:27 -08:00
Simon Willison
335b3e635a Release 0.19a2
Refs #640
2024-11-20 20:12:43 -08:00
Simon Willison
845322e970 Release 0.19a1
Refs #644
2024-11-19 21:28:01 -08:00
Simon Willison
02852fe1a5 Release 0.19a0
Refs #610, #641
2024-11-19 20:23:54 -08:00
Simon Willison
a6d62b7ec9 Release 0.18
Refs #507, #600, #603, #608, #611, #612, #614
2024-11-17 12:31:48 -08:00
Simon Willison
73823012ca Release 0.18a1
Refs #632
2024-11-14 15:10:39 -08:00
Simon Willison
041730d8b2 Release 0.18a0
Refs #507, #599, #600, #603, #608, #611, #612, #613, #614, #615, #616, #621, #622, #623, #626, #629
2024-11-13 17:55:28 -08:00
Simon Willison
ba75c674cb
llm.get_async_model(), llm.AsyncModel base class and OpenAI async models (#613)
- https://github.com/simonw/llm/issues/507#issuecomment-2458639308

* register_model is now async aware

Refs https://github.com/simonw/llm/issues/507#issuecomment-2458658134

* Refactor Chat and AsyncChat to use _Shared base class

Refs https://github.com/simonw/llm/issues/507#issuecomment-2458692338

* fixed function name

* Fix for infinite loop

* Applied Black

* Ran cog

* Applied Black

* Add Response.from_row() classmethod back again

It does not matter that this is a blocking call, since it is a classmethod

* Made mypy happy with llm/models.py

* mypy fixes for openai_models.py

I am unhappy with this, had to duplicate some code.

* First test for AsyncModel

* Still have not quite got this working

* Fix for not loading plugins during tests, refs #626

* audio/wav not audio/wave, refs #603

* Black and mypy and ruff all happy

* Refactor to avoid generics

* Removed obsolete response() method

* Support text = await async_mock_model.prompt("hello")

* Initial docs for llm.get_async_model() and await model.prompt()

Refs #507

* Initial async model plugin creation docs

* duration_ms ANY to pass test

* llm models --async option

Refs https://github.com/simonw/llm/pull/613#issuecomment-2474724406

* Removed obsolete TypeVars

* Expanded register_models() docs for async

* await model.prompt() now returns AsyncResponse

Refs https://github.com/simonw/llm/pull/613#issuecomment-2475157822

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-13 17:51:00 -08:00
Simon Willison
d7b395bb5b Release 0.17.1 2024-11-01 14:19:39 -07:00
Simon Willison
a44ba49c21 Release 0.17
Refs #587, #590, #591
2024-10-28 19:36:12 -07:00
Simon Willison
ba1ccb3a4a Release 0.17a0
Refs #587, #590
2024-10-28 15:46:52 -07:00
Simon Willison
758ff9ac17 Upgrade to pytest-httpx>=0.33.0 2024-10-28 15:41:34 -07:00
Simon Willison
6df00f92ff First working prototype of new attachments feature, refs #587 2024-10-28 15:41:34 -07:00
Andrew Wason
a466ddf3cd
Fix broken tests. Drop python 3.8. (#580)
* Fix broken tests.  Drop python 3.8.
* Test on Python 3.13 too

---------

Co-authored-by: Simon Willison <swillison@gmail.com>
2024-10-27 11:26:47 -07:00
Simon Willison
38239839ae
Release 0.16
Refs #552, #553, #554, #558, #567, #570, #573
2024-09-12 16:09:46 -07:00
Simon Willison
d075336c69 Release 0.15
Refs #515, #525, #536, #537
2024-07-18 12:31:14 -07:00
Simon Willison
aa8d2b9322 sqlite-utils>=3.37
Closes #531
2024-07-18 11:49:31 -07:00
Simon Willison
ab1cc4fd1f Release 0.14
Refs #404, #431, #470, #490, #491
2024-05-13 13:26:48 -07:00
Simon Willison
2040af8974 Pin minimum mypy version, refs #491 2024-05-13 13:00:37 -07:00
Simon Willison
8021e12aaa
Windows readline fix, plus run CI against macOS and Windows
* Run CI on Windows and macOS as well as Ubuntu, refs #407
* Use pyreadline3 on win32
* Back to fail-fast since we have a bigger matrix now
* Mark some tests as xfail on windows
2024-01-26 16:24:58 -08:00
Simon Willison
8e0aff6090 Release 0.13
Refs #325, #351, #373, #376, #394, #396, #397, #404

Closes #402
2024-01-26 14:32:23 -08:00
Simon Willison
214fcaaf86
Upgrade to run against OpenAI >= 1.0
* strategy: fail-fast: false - to help see all errors
* Apply latest Black

Refs #325
2024-01-25 22:00:44 -08:00
Simon Willison
d9d9bb38d7 Drop Python 3.7, add 3.8, fix pkg_resources warning, refs #378 2024-01-25 16:48:49 -08:00
Simon Willison
e9a6998ca3 Release 0.12
Refs #323, #324
2023-11-06 13:32:09 -08:00
Simon Willison
10c6cc2a8e Release 0.11.2
Refs #327
2023-11-06 12:06:50 -08:00
Simon Willison
deaa686d9c Pin to openai<1.0 - refs #327 2023-11-06 12:03:07 -08:00
Simon Willison
68ab5c2407 Release 0.11.1
Refs #317
2023-10-31 21:23:29 -07:00
Simon Willison
bf229945fe Release 0.11
Refs #273, #274, #275, #280, #284, #286
2023-09-18 23:35:04 -07:00
Simon Willison
356fcb72f6 NumPy decoding docs, plus extra tests for llm.encode/decode
!stable-docs

Refs https://discord.com/channels/823971286308356157/1128504153841336370/1151975583237034056
2023-09-14 14:01:47 -07:00
Simon Willison
e83d205778 Release 0.10
Refs #225, #229, #231, #254, #256, #259
2023-09-12 12:11:25 -07:00
Simon Willison
90ab024604 Release 0.10a1
Refs #229, #244, #247, #248, #254, #256, #259, #263
2023-09-11 22:57:54 -07:00
Simon Willison
b84f6f9ffd Docs for LLM_LOAD_PLUGINS, closes #256 2023-09-10 14:12:37 -07:00
Simon Willison
3c888082d4
click-default-group>=1.2.3
Refs:
- https://github.com/click-contrib/click-default-group/issues/21
2023-09-05 19:35:26 -07:00
Simon Willison
3533e7027d Release 0.10a0
Refs #225, #231
2023-09-04 23:40:39 -07:00
Simon Willison
5efb300c42 Release 0.9
Refs #192, #209, #211, #213, #215, #217, #218, #219, #222

Closes #205
2023-09-03 19:35:14 -07:00
Simon Willison
c9f7299149 Release 0.9a1
Refs #192, #209, #211, #213, #215, #217, #218, #219, #222
2023-09-03 18:18:13 -07:00
Simon Willison
a5d6b580ba Store content_hash in embeddings table, refs #217
Uses new migrations feature from https://github.com/simonw/sqlite-migrate/issues/9
2023-09-03 10:50:51 -07:00
Simon Willison
1cd4596379
Release 0.9a0
Refs #185, #190, #191
2023-09-02 10:52:36 -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
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
9547b51fa3 sqlite-utils>=3.35.0
For this fix:
- https://github.com/simonw/sqlite-utils/issues/577

Refs #60, #116, #123
2023-08-20 23:33:42 -07:00