llm/llm
2023-09-01 20:15:28 -07:00
..
default_plugins Fix mypy errors 2023-09-01 13:14:59 -07:00
__init__.py Collection.similar methods, refs #191 2023-09-01 16:26:58 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py Fixed and finished llm similar command, closes #190 2023-09-01 19:01:16 -07:00
embeddings.py embed_multi and embed_multi_with_metadata, closes #202 2023-09-01 20:15:28 -07:00
embeddings_migrations.py Add foreign key from embeddings to collections, refs #185 2023-08-31 22:16:25 -07:00
errors.py llm.ModelError class, refs #96 2023-07-11 10:52:48 -07:00
hookspecs.py Initial CLI support and plugin hook for embeddings, refs #185 2023-08-27 22:24:10 -07:00
migrations.py Fix for broken migrations on sqlite-utils 3.35, refs #162 2023-08-19 13:09:41 -07:00
models.py next(iter(...)), refs #200 2023-08-31 22:55:58 -07:00
plugins.py Moved iter_prompt from Response to Model, moved a lot of other stuff 2023-07-10 07:45:11 -07:00
templates.py Restore extra=forbid for Template, refs #169 2023-08-19 21:42:32 -07:00
utils.py llm openai models command, closes #70 2023-07-01 10:39:24 -07:00