-
eb2b243fdf
schema_dsl(..., multi=True) parameter, refs #790
Simon Willison
2025-02-27 10:28:42 -08:00
-
8d32b71ef1
Renamed build_json_schema to schema_dsl
Simon Willison
2025-02-27 10:22:29 -08:00
-
7e819c2ffa
Implemented --schema-multi, closes #791
Simon Willison
2025-02-27 10:12:21 -08:00
-
e20bd45cb5
Fix for mypy and ruff, refs #790
Simon Willison
2025-02-27 10:01:24 -08:00
-
321636e791
New schema DSL, closes #790
Simon Willison
2025-02-27 09:48:35 -08:00
-
523fc4f1a3
Fixed typo
Simon Willison
2025-02-27 07:48:10 -08:00
-
edc9e2dd7e
Basic docs for llm schema list, closes #781
Simon Willison
2025-02-27 07:46:34 -08:00
-
c126b5d04c
llm schemas list --full option
Simon Willison
2025-02-27 07:43:41 -08:00
-
4908cdfbd2
llm schemas show X command, refs #781
Simon Willison
2025-02-27 07:39:36 -08:00
-
99a1adcece
Initial llm schemas list implementation, refs #781
Simon Willison
2025-02-27 07:35:28 -08:00
-
a0845874ec
Schema template --save --schema support
Simon Willison
2025-02-27 07:19:15 -08:00
-
f35ac31c21
llm logs --schema, --data, --data-array and --data-key options (#785)
Simon Willison
2025-02-26 21:51:08 -08:00
-
6cb16a1d1a
Allow "reasoning" for extra-openai-models.yaml (#766)
Kasper Primdal Lauritzen
2025-02-27 06:50:14 +01:00
-
02999e398d
Refactor tests to new test_llm_logs.py module
Simon Willison
2025-02-26 20:23:45 -08:00
-
9922d5bb6a
model.prompt(prompt= is now optional, closes #784
Simon Willison
2025-02-26 19:31:38 -08:00
-
c58e3a2246
Use -- none -- for no prompt
Simon Willison
2025-02-26 19:28:19 -08:00
-
3d4871f163
Improved log Markdown, closes #783
Simon Willison
2025-02-26 19:25:25 -08:00
-
f5c2cfba96
Note about Pydantic v1 support in changelog for 0.23a0
0.23a0
Simon Willison
2025-02-26 17:06:31 -08:00
-
42122c79ba
Release 0.23a0
Simon Willison
2025-02-26 17:05:13 -08:00
-
62c90dd472
llm prompt --schema X option and model.prompt(..., schema=) parameter (#777)
Simon Willison
2025-02-26 16:58:28 -08:00
-
eda1f4f588
Add note about similarity function in "similar" command's doc (#774)
Tomoko Uchida
2025-02-27 03:07:10 +09:00
-
849c65fe9d
Upgrade to Pydantic v2 (#775)
Simon Willison
2025-02-26 10:05:54 -08:00
-
9695183a28
llm fragments -q search option
fragments
Simon Willison
2025-02-17 22:38:01 -08:00
-
02ccf9181a
Better non-JSON display of llm fragments list
Simon Willison
2025-02-17 22:27:45 -08:00
-
30331e9a4b
Documentation for fragments
Simon Willison
2025-02-17 22:21:26 -08:00
-
44ea07818c
Support fragment hash as well
Simon Willison
2025-02-17 22:10:45 -08:00
-
adebdf1745
Improved help for -f/--fragment
Simon Willison
2025-02-17 22:01:56 -08:00
-
8822a6e13e
Applied black
Simon Willison
2025-02-17 20:55:00 -08:00
-
3bdf5dd4ed
WIP docs
Simon Willison
2024-11-19 12:16:33 -08:00
-
2d9ca04697
Fragment aliases work now, refs #617
Simon Willison
2024-11-17 21:59:23 -08:00
-
3f4181883f
mypy fix
Simon Willison
2024-11-17 21:36:49 -08:00
-
4ab31d8b13
Fix for error on self._prompt is None
Simon Willison
2024-11-17 21:28:29 -08:00
-
e32487e451
Ran cog
github-actions[bot]
2024-11-18 05:21:08 +00:00
-
0447ae2055
Fragments are now persisted, added basic CLI commands
Simon Willison
2024-11-17 21:18:04 -08:00
-
cb9106523a
Unique index on fragments.alias, refs #617
Simon Willison
2024-11-17 20:04:17 -08:00
-
423181a8f9
Remove breakpoint()
Simon Willison
2024-11-17 12:18:43 -08:00
-
712124eda9
WIP fragments: schema plus reading but not yet writing, refs #617
Simon Willison
2024-11-17 12:17:16 -08:00
-
-
e46cb7e761
Update docs to no longer mention PaLM
Simon Willison
2025-02-16 22:36:44 -08:00
-
64f9f2ef52
Promote llm-mlx in changelog and plugin directory
Simon Willison
2025-02-16 22:29:32 -08:00
-
0eab3f5ff3
Link to 0.22 annotated release notes
Simon Willison
2025-02-16 22:20:40 -08:00
-
b8b030fc58
Release 0.22
0.22
Simon Willison
2025-02-16 20:34:48 -08:00
-
7bf1ea665e
Made load_conversation() async_ aware, closes #742
Simon Willison
2025-02-16 20:19:38 -08:00
-
3445f9a112
Test for async model conversations Python API, refs #742
Simon Willison
2025-02-16 19:47:07 -08:00
-
24b250506b
Better __repr__ and __str__ for conversation and model
Simon Willison
2025-02-16 15:45:08 -08:00
-
c053e214ec
include token usage information, not get - refs #756
Simon Willison
2025-02-16 15:18:04 -08:00
-
53d6ecdd59
Documentation for logs --short, refs #756
Simon Willison
2025-02-16 15:16:51 -08:00
-
2066397aae
llm logs --prompts is now -s/--short - also supports --usage
Simon Willison
2025-02-16 15:12:28 -08:00
-
6c6b100f3e
KeyModel and AsyncKeyModel classes for models that taken keys (#753)
Simon Willison
2025-02-16 14:38:51 -08:00
-
8611d9203c
Updated docs with new chatgpt-4o-latest model, refs #752
Simon Willison
2025-02-15 17:46:07 -08:00
-
b331b1e674
OpenAI model chatgpt-4o-latest, closes #752
Simon Willison
2025-02-15 17:45:09 -08:00
-
747d92ea4f
Docs for multiple -q option, closes #748
Simon Willison
2025-02-13 16:01:02 -08:00
-
31e900e9e1
llm aliases set -q option, refs #749
Simon Willison
2025-02-13 15:38:25 -08:00
-
20c18a716d
-q multiple option for llm models and llm embed-models
Simon Willison
2025-02-13 15:33:20 -08:00
-
9a1374b447
llm embed-multi --prepend option (#746)
Simon Willison
2025-02-12 15:19:18 -08:00
-
f67c21522b
Docs for response.json() and response.usage()
Simon Willison
2025-02-11 08:35:27 -08:00
-
41d64a8f12
llm logs --prompts option (#737)
Simon Willison
2025-02-02 12:03:01 -08:00
-
21df241443
llm-claude-3 is now called llm-anthropic
Simon Willison
2025-02-01 22:08:19 -08:00
-
deb8bc3b4f
Upgrade to black>=25.1.0
Simon Willison
2025-01-31 13:18:41 -08:00
-
f8dcc67455
Release 0.21
0.21
Simon Willison
2025-01-31 12:35:10 -08:00
-
4c153ce675
Pin Black to get tests to pass, refs #728
Simon Willison
2025-01-31 12:32:08 -08:00
-
965ad819f9
Fix for tests with pydantic<2, refs #728
Simon Willison
2025-01-31 12:18:33 -08:00
-
eb0e1e761b
o3-mini and reasoning_effort option, refs #728
Simon Willison
2025-01-31 12:14:02 -08:00
-
656d8fa3c4
--xl/--extract-last flag for prompt and log list commands (#718)
Simon Willison
2025-01-24 10:52:46 -08:00
-
e449fd4f46
Typo fix
Simon Willison
2025-01-22 22:17:07 -08:00
-
3e88628602
uv tool upgrade llm, refs #702
Simon Willison
2025-01-22 21:08:09 -08:00
-
bf10f63d3d
Mention gpt-4o-mini-audio-preview too #677
Simon Willison
2025-01-22 21:06:12 -08:00
-
eb996baeab
Documentation for model.attachment_types, closes #705
0.20
Simon Willison
2025-01-22 20:46:28 -08:00
-
2b9a1bbc50
Fixed broken link
Simon Willison
2025-01-22 20:39:01 -08:00
-
dc127d2a87
Release 0.20
Simon Willison
2025-01-22 20:36:10 -08:00
-
57d3baac42
Update embedding model names in docs, refs #654
Simon Willison
2025-01-22 20:34:59 -08:00
-
6f7ea406bf
Register full embedding model names (#654)
web-sst
2025-01-22 22:14:03 -06:00
-
59983740e6
Update directory.md (#666)
Ryan Patterson
2025-01-19 06:52:51 +08:00
-
02e59a201e
Don't show default model for llm models -q, closes #710
Simon Willison
2025-01-18 14:24:18 -08:00
-
f95dd55cda
Make it easier to debug CLI errors in pytest
Simon Willison
2025-01-18 14:21:43 -08:00
-
64179fa9e0
Use openai>=1.55.3 for issue #709
Simon Willison
2025-01-18 14:10:55 -08:00
-
e1388b27fe
Add
llm-deepseek plugin (#517)
abrasumente
2025-01-12 10:56:34 +08:00
-
2b6b00641c
Update tutorial-model-plugin.md (#685)
Steven Weaver
2025-01-11 13:05:05 -07:00
-
e3c104b136
Show the default model when listing all available models. (#688)
Amjith Ramanujam
2025-01-11 12:04:39 -08:00
-
1d75792f9b
More uv/uvx tips, closes #702
Simon Willison
2025-01-11 10:06:32 -08:00
-
d964d02e90
Add installation docs with uv (#690)
Ariel Marcus
2025-01-11 12:57:10 -05:00
-
1c61b5addd
doc(plugin): adding AmazonBedrock (#698)
watany
2025-01-11 09:42:39 +09:00
-
4f4f9bc07d
Add llm-venice to plugin directory (#699)
Arjan Mossel
2025-01-11 01:41:21 +01:00
-
73043ec406
Fixed mypy complaint
Simon Willison
2025-01-10 16:05:29 -08:00
-
38a7366d8e
o1 cannot stream
Simon Willison
2025-01-10 16:03:09 -08:00
-
6baf1f7d83
o1
Simon Willison
2024-12-22 14:06:47 -08:00
-
d446b4d573
llm logs -x/--extract option (#693)
o1
Csaba Henk
2025-01-11 00:53:04 +01:00
-
7136501500
llm models -q/--query option, closes #700
Simon Willison
2025-01-09 11:37:33 -08:00
-
88a8cfd9e4
llm logs -x/--extract option (#693)
Csaba Henk
2025-01-11 00:53:04 +01:00
-
b452effa09
llm models -q/--query option, closes #700
Simon Willison
2025-01-09 11:37:33 -08:00
-
b2578727fc
o1 - refs #676
Simon Willison
2024-12-22 14:06:47 -08:00
-
-
000e984def
--extract support for templates, closes #681
Simon Willison
2024-12-19 07:16:48 -08:00
-
67d4a99645
llm prompt -x/--extract option, closes #681
Simon Willison
2024-12-19 06:40:05 -08:00
-
6305b86026
gpt-4o-mini-audio-preview, closes #677
Simon Willison
2024-12-17 20:28:57 -08:00
-
8898584ba6
New OpenAI audio models, closes #677
Simon Willison
2024-12-17 11:14:42 -08:00
-
aa25ad1d54
o1-preview and o1-mini can stream now
Simon Willison
2024-12-17 10:52:28 -08:00
-
6cf4127ea7
o1-preview and o1-mini can stream now
utc-fix
Simon Willison
2024-12-17 10:52:28 -08:00
-
571f4b2a4d
Fix for UTC warnings
Simon Willison
2024-12-12 14:57:23 -08:00
-
8378da6329
Fix for UTC warnings
Simon Willison
2024-12-12 14:48:07 -08:00
-
-
b8e8052229
Release 0.19.1
0.19.1
Simon Willison
2024-12-05 13:47:28 -08:00
-
491dd9b437
Removed accidental comment
Simon Willison
2024-12-05 13:45:50 -08:00