1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
LICENSE
MANIFEST.in
README.md
pyproject.toml
llm/__init__.py
llm/__main__.py
llm/cli.py
llm/embeddings.py
llm/embeddings_migrations.py
llm/errors.py
llm/hookspecs.py
llm/migrations.py
llm/models.py
llm/plugins.py
llm/py.typed
llm/templates.py
llm/tools.py
llm/utils.py
llm.egg-info/PKG-INFO
llm.egg-info/SOURCES.txt
llm.egg-info/dependency_links.txt
llm.egg-info/entry_points.txt
llm.egg-info/requires.txt
llm.egg-info/top_level.txt
llm/default_plugins/__init__.py
llm/default_plugins/default_tools.py
llm/default_plugins/openai_models.py
|