.readthedocs.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/README.md
docs/source/changelog.rst
docs/source/chat_continue.rst
docs/source/chat_formatting.rst
docs/source/chat_history.rst
docs/source/chat_streaming.rst
docs/source/conf.py
docs/source/error_handling.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/quickstart.rst
docs/source/recommended_workflows.rst
docs/source/rerank_modes_comparison.rst
docs/source/token_analysis.rst
docs/source/troubleshooting.rst
docs/source/api_reference/chat.rst
docs/source/api_reference/embed.rst
docs/source/api_reference/index.rst
docs/source/api_reference/rerank.rst
docs/source/api_reference/tokenizer.rst
docs/source/api_reference/usage.rst
docs/source/examples/basic_chat.rst
docs/source/examples/chat_continue.rst
docs/source/examples/chat_formatting.rst
docs/source/examples/chat_history.rst
docs/source/examples/chat_streaming.rst
docs/source/examples/embedding.rst
docs/source/examples/index.rst
docs/source/examples/rerank.rst
docs/source/examples/tokenizer.rst
examples/CONTINUE_CHAT_DEMO_README.md
examples/README.md
examples/basic_chat.py
examples/chat_formatting_demo.py
examples/chat_history_demo.py
examples/chat_params_demo.py
examples/chat_streaming.py
examples/config_loader.py
examples/continue_chat_demo.py
examples/continue_chat_quick_test.py
examples/embedding_demo.py
examples/error_handling_demo.py
examples/real_api_test.py
examples/rerank_demo.py
examples/tokenizer_demo.py
lexilux/__init__.py
lexilux/_base.py
lexilux/chat.py
lexilux/chat_params.py
lexilux/embed.py
lexilux/embed_params.py
lexilux/exceptions.py
lexilux/rerank.py
lexilux/tokenizer.py
lexilux/usage.py
lexilux.egg-info/PKG-INFO
lexilux.egg-info/SOURCES.txt
lexilux.egg-info/dependency_links.txt
lexilux.egg-info/requires.txt
lexilux.egg-info/top_level.txt
lexilux/chat/__init__.py
lexilux/chat/client.py
lexilux/chat/continue_.py
lexilux/chat/exceptions.py
lexilux/chat/formatters.py
lexilux/chat/history.py
lexilux/chat/models.py
lexilux/chat/params.py
lexilux/chat/streaming.py
lexilux/chat/utils.py
scripts/generate_release_notes.py
tests/test_chat.py
tests/test_chat_api_improvements.py
tests/test_chat_continue.py
tests/test_chat_continue_v2.py
tests/test_chat_formatters.py
tests/test_chat_history.py
tests/test_chat_history_token_analysis.py
tests/test_chat_history_v2.py
tests/test_chat_integration.py
tests/test_chat_integration_v2.py
tests/test_chat_params_integration.py
tests/test_chat_stream.py
tests/test_chat_streaming.py
tests/test_chat_streaming_continue_v2.py
tests/test_chat_v2.py
tests/test_chathistory_deepcopy.py
tests/test_embed.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_rerank.py
tests/test_rerank_all_modes.py
tests/test_rerank_modes_consistency.py
tests/test_tokenizer.py
tests/test_usage.py