Simon Willison
a7a9bc8323
Release 0.23
...
Refs #520 , #766 , #774 , #775 , #776 , #777 , #778 , #780 , #781 , #782 , #783 , #784 , #785 , #788 , #790 , #791 , #793 , #794 , #795 , #796 , #797 , #798 , #799 , #800 , #801 , #806
Closes #803
2025-02-28 08:55:59 -08:00
Simon Willison
f35ac31c21
llm logs --schema, --data, --data-array and --data-key options ( #785 )
...
* llm logs --schema option, refs #782
* --data and --data-array and --data-key options, refs #782
* Tests for llm logs --schema options, refs #785
* Also implemented --schema ID lookup, refs #780
* Using --data-key implies --data
* Docs for llm logs --schema and --data etc
2025-02-26 21:51:08 -08:00
Simon Willison
f5c2cfba96
Note about Pydantic v1 support in changelog for 0.23a0
...
Refs #520 , #775
2025-02-26 17:07:41 -08:00
Simon Willison
42122c79ba
Release 0.23a0
...
Refs #776 , #777
2025-02-26 17:05:13 -08:00
Simon Willison
62c90dd472
llm prompt --schema X option and model.prompt(..., schema=) parameter ( #777 )
...
Refs #776
* Implemented new llm prompt --schema and model.prompt(schema=)
* Log schema to responses.schema_id and schemas table
* Include schema in llm logs Markdown output
* Test for schema=pydantic_model
* Initial --schema CLI documentation
* Python docs for schema=
* Advanced plugin docs on schemas
2025-02-26 16:58:28 -08:00
Simon Willison
64f9f2ef52
Promote llm-mlx in changelog and plugin directory
...
!stable-docs
2025-02-16 22:29:32 -08:00
Simon Willison
0eab3f5ff3
Link to 0.22 annotated release notes
...
!stable-docs
2025-02-16 22:20:40 -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
f8dcc67455
Release 0.21
...
Refs #717 , #728
2025-01-31 12:35:10 -08:00
Simon Willison
bf10f63d3d
Mention gpt-4o-mini-audio-preview too #677
...
!stable-docs
2025-01-22 21:06:12 -08:00
Simon Willison
2b9a1bbc50
Fixed broken link
2025-01-22 20:39:01 -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
b8e8052229
Release 0.19.1
...
Refs #667
2024-12-05 13:47:28 -08:00
Simon Willison
e78fea17df
Fragment hash on 0.19 release
...
!stable-docs
2024-12-01 16:09:55 -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
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
d654c95212
Release notes for 0.16
2024-09-12 16:20:12 -07:00
Kian-Meng Ang
50520c7c1c
Fix typos ( #567 )
...
Found via `codespell -H -L wit,thre`
!stable-docs
2024-09-08 08:44:43 -07:00
Simon Willison
d075336c69
Release 0.15
...
Refs #515 , #525 , #536 , #537
2024-07-18 12:31:14 -07:00
Simon Willison
9a3236db61
gpt-4-turbo model ID, closes #493
2024-05-13 13:37:23 -07:00
Simon Willison
ab1cc4fd1f
Release 0.14
...
Refs #404 , #431 , #470 , #490 , #491
2024-05-13 13:26:48 -07:00
Simon Willison
7e89b88565
Fixed missing link in changelog for 0.4
...
!stable-docs
2024-01-26 21:54:37 -08: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
e32d9b35e3
Link to annotated release notes
...
!stable-docs
2024-01-26 15:11:56 -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
b2a12727f1
Add GPT 4 turbo model and -o seed 1 option ( #329 )
...
Closes #323
Closes #324
2023-11-06 13:32:04 -08:00
Simon Willison
10c6cc2a8e
Release 0.11.2
...
Refs #327
2023-11-06 12:06:50 -08:00
Simon Willison
ff34fb2570
Release notes for 0.11.1
...
Refs #317 , https://github.com/simonw/llm-gpt4all/issues/16
2023-10-31 21:29:59 -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
ed89490492
Link to new blog post
...
!stable-docs
2023-09-12 14:16:23 -07:00
Simon Willison
a44d025233
Fixed markdown glitch on changelog
...
!stable-docs
2023-09-12 12:17:52 -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
3533e7027d
Release 0.10a0
...
Refs #225 , #231
2023-09-04 23:40:39 -07:00
Simon Willison
ba2c9e60f1
Promote my new blog entry about LLM embeddings
...
!stable-docs
2023-09-04 13:42:01 -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
e6e1da321d
Backfilled missing release notes from 0.8.1
2023-09-03 19:12:30 -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
edb1d4f01c
Release 0.7.1
...
Refs #12
2023-08-20 21:33:22 -07:00
Simon Willison
4f7629c309
Fixed typo in changelog
2023-08-12 10:20:08 -07:00
Simon Willison
3bfcfd57d2
Release notes for 0.7
2023-08-12 09:38:58 -07:00
Simon Willison
7ffce6a67b
One last changelog entry for 0.6.1, refs #125
2023-07-24 08:46:08 -07:00
Simon Willison
4484765efe
Release 0.6.1
...
Refs #124
2023-07-24 08:41:05 -07:00