LICENSE
README.md
pyproject.toml
dj_llm.egg-info/PKG-INFO
dj_llm.egg-info/SOURCES.txt
dj_llm.egg-info/dependency_links.txt
dj_llm.egg-info/requires.txt
dj_llm.egg-info/top_level.txt
django_llm/__init__.py
django_llm/admin.py
django_llm/apps.py
django_llm/chat.py
django_llm/configuration.py
django_llm/exceptions.py
django_llm/logging.py
django_llm/message.py
django_llm/models.py
django_llm/pricing.py
django_llm/retry.py
django_llm/schema.py
django_llm/tool.py
django_llm/migrations/0001_initial.py
django_llm/migrations/0002_conversation_name_user.py
django_llm/migrations/__init__.py
django_llm/providers/__init__.py
django_llm/providers/anthropic.py
django_llm/providers/azure_openai.py
django_llm/providers/base.py
django_llm/providers/google.py
django_llm/providers/ollama.py
django_llm/providers/openai.py
django_llm/providers/registry.py
tests/test_azure_openai.py
tests/test_chat.py
tests/test_configuration.py
tests/test_integration.py
tests/test_logging.py
tests/test_message.py
tests/test_ollama.py
tests/test_persistence.py
tests/test_pricing.py
tests/test_providers.py
tests/test_retry.py
tests/test_schema.py
tests/test_tool.py