llm/llm
mhalle f07b291a78
change type of cli "embed -c" to be STR not FILE (#263)
* change type of cli "embed -c" to be STR not FILE

The type of the "content" argument was erroneously set to be FILE with a "type=click.Path(...)" argument, which content is a string.

---------

Co-authored-by: Simon Willison <swillison@gmail.com>
2023-09-11 18:17:34 -07:00
..
default_plugins Drop llm.EmbeddingModel.embedding_size property, closes #208 2023-09-02 08:45:17 -07:00
__init__.py llm plugins --all option, closes #259 2023-09-10 14:18:16 -07:00
__main__.py Rename back to llm, refs #1 2023-04-01 15:00:19 -07:00
cli.py change type of cli "embed -c" to be STR not FILE (#263) 2023-09-11 18:17:34 -07:00
embeddings.py Duplicate content is only embedded once, closes #217 2023-09-03 17:39:11 -07:00
embeddings_migrations.py De-register functions after migration, refs #217 2023-09-03 12:33:06 -07:00
errors.py llm.ModelError class, refs #96 2023-07-11 10:52:48 -07:00
hookspecs.py Fixed hookspec docstrings 2023-09-03 14:04:23 -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 Drop llm.EmbeddingModel.embedding_size property, closes #208 2023-09-02 08:45:17 -07:00
plugins.py llm plugins --all option, closes #259 2023-09-10 14:18:16 -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