LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
llms/__init__.py
llms/__main__.py
llms/index.html
llms/llms.json
llms/main.py
llms/providers-extra.json
llms/providers.json
llms/__pycache__/__init__.cpython-312.pyc
llms/__pycache__/__init__.cpython-313.pyc
llms/__pycache__/__init__.cpython-314.pyc
llms/__pycache__/__main__.cpython-312.pyc
llms/__pycache__/__main__.cpython-314.pyc
llms/__pycache__/llms.cpython-312.pyc
llms/__pycache__/main.cpython-312.pyc
llms/__pycache__/main.cpython-313.pyc
llms/__pycache__/main.cpython-314.pyc
llms/__pycache__/plugins.cpython-314.pyc
llms/providers/anthropic.py
llms/providers/chutes.py
llms/providers/google.py
llms/providers/nvidia.py
llms/providers/openai.py
llms/providers/openrouter.py
llms/providers/__pycache__/anthropic.cpython-314.pyc
llms/providers/__pycache__/chutes.cpython-314.pyc
llms/providers/__pycache__/google.cpython-314.pyc
llms/providers/__pycache__/nvidia.cpython-314.pyc
llms/providers/__pycache__/openai.cpython-314.pyc
llms/providers/__pycache__/openrouter.cpython-314.pyc
llms/ui/App.mjs
llms/ui/ai.mjs
llms/ui/app.css
llms/ui/ctx.mjs
llms/ui/fav.svg
llms/ui/index.mjs
llms/ui/markdown.mjs
llms/ui/tailwind.input.css
llms/ui/typography.css
llms/ui/utils.mjs
llms/ui/lib/chart.js
llms/ui/lib/charts.mjs
llms/ui/lib/color.js
llms/ui/lib/highlight.min.mjs
llms/ui/lib/idb.min.mjs
llms/ui/lib/marked.min.mjs
llms/ui/lib/servicestack-client.mjs
llms/ui/lib/servicestack-vue.mjs
llms/ui/lib/vue-router.min.mjs
llms/ui/lib/vue.min.mjs
llms/ui/lib/vue.mjs
llms/ui/modules/analytics.mjs
llms/ui/modules/layout.mjs
llms/ui/modules/model-selector.mjs
llms/ui/modules/chat/ChatBody.mjs
llms/ui/modules/chat/SettingsDialog.mjs
llms/ui/modules/chat/index.mjs
llms/ui/modules/threads/Recents.mjs
llms/ui/modules/threads/index.mjs
llms/ui/modules/threads/threadStore.mjs
llms_py.egg-info/PKG-INFO
llms_py.egg-info/SOURCES.txt
llms_py.egg-info/dependency_links.txt
llms_py.egg-info/entry_points.txt
llms_py.egg-info/not-zip-safe
llms_py.egg-info/requires.txt
llms_py.egg-info/top_level.txt
tests/test_async.py
tests/test_config.py
tests/test_integration.py
tests/test_provider_checks.py
tests/test_provider_config.py
tests/test_utils.py