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
6012f31e36
llm plugins --all option, closes #259
2023-09-10 14:18:16 -07:00
Simon Willison
b84f6f9ffd
Docs for LLM_LOAD_PLUGINS, closes #256
2023-09-10 14:12:37 -07:00
Simon Willison
ae87f978bd
Moved iter_prompt from Response to Model, moved a lot of other stuff
...
- Moved a whole bunch of things from llm/cli.py into llm/__init__.py
- Switched plugin listings to use importlib.metadata to avoid deprecation warning
- iter_prompt() is now a method on Model, not on Response
2023-07-10 07:45:11 -07:00
Simon Willison
9a180e65a8
llm models default command, plus refactored env variables
...
Closes #76
Closes #31
2023-07-01 14:01:29 -07:00
Simon Willison
183b647351
Removed PaLM 2 vertex model
...
It lives here now: https://github.com/simonw/llm-palm
Refs #20
2023-07-01 13:27:59 -07:00
Simon Willison
1b3f14fe89
Move default plugins into llm/default_plugins
2023-07-01 11:10:30 -07:00
Simon Willison
5e056fad8a
Implemented PaLM 2, to test out new plugin hook - refs #20
2023-06-26 08:25:01 -07:00
Simon Willison
274126d9f8
WIP register_models() plugin hook, refs #53
2023-06-26 07:43:46 -07:00
Simon Willison
a396950f79
Initial plugin framework and register_commands(cli) hook, refs #49
2023-06-17 17:42:13 +01:00