.gitignore
CNAME
README.md
pyproject.toml
requirements.txt
.github/workflows/deploy.yml
MinimalLLM.egg-info/PKG-INFO
MinimalLLM.egg-info/SOURCES.txt
MinimalLLM.egg-info/dependency_links.txt
MinimalLLM.egg-info/requires.txt
MinimalLLM.egg-info/top_level.txt
docs/.gitignore
docs/CNAME
docs/README.md
docs/index.md
docs/options.md
docs/package.json
docs/parsing.md
docs/pnpm-lock.yaml
docs/.vuepress/config.ts
docs/.vuepress/public/image/favicon.ico
docs/.vuepress/public/image/logo.png
docs/.vuepress/styles/index.scss
examples/cached_chat.py
examples/cached_embedding.py
examples/chat_and_parse.py
examples/debug_log_for_chat.py
mllm/__init__.py
mllm/chat.py
mllm/chat_logger.py
mllm/config.py
mllm/env_utils.py
mllm/provider_switch.py
mllm/special_models.py
mllm/structured_chat.py
mllm/cache/__init__.py
mllm/cache/cache_embedding.py
mllm/cache/cache_kv.py
mllm/cache/cache_service.py
mllm/cache/conn_pool.py
mllm/debug/__init__.py
mllm/display/__init__.py
mllm/display/show_html.py
mllm/embedding/__init__.py
mllm/embedding/get.py
mllm/embedding/vector_store.py
mllm/setup/__init__.py
mllm/setup/inject_dotenv.py
mllm/setup/inject_rc.py
mllm/setup/run_app.py
mllm/setup/setup_app.py
mllm/setup/wizard.py
mllm/utils/__init__.py
mllm/utils/ipython.py
mllm/utils/logger.py
mllm/utils/maps.py
mllm/utils/parser.py
mllm/utils/retry.py
scripts/pypi_upload.sh
test/EvoLogoOrg.png
test/pbar_in_streamlit.py
test/test_basic.py
test/test_cache.py
test/test_cache_env.py
test/test_conn_pool.py
test/test_embed.py
test/test_exceptions.py
test/test_gui.py
test/test_image.py
test/test_ipython.ipynb
test/test_parallel_map.py
test/test_parse.py
test/test_providers.py
test/test_schat.py