mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-25 23:44:48 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| default_plugins | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| embeddings.py | ||
| embeddings_migrations.py | ||
| errors.py | ||
| hookspecs.py | ||
| migrations.py | ||
| models.py | ||
| plugins.py | ||
| templates.py | ||
| utils.py | ||