.env.example
LICENSE
MANIFEST.in
README.md
llm_config.yaml
setup.py
llm_switch/__init__.py
llm_switch/config.py
llm_switch/exceptions.py
llm_switch.egg-info/PKG-INFO
llm_switch.egg-info/SOURCES.txt
llm_switch.egg-info/dependency_links.txt
llm_switch.egg-info/requires.txt
llm_switch.egg-info/top_level.txt
llm_switch/core/__init__.py
llm_switch/core/base.py
llm_switch/core/factory.py
llm_switch/core/response.py
llm_switch/core/service.py
llm_switch/providers/__init__.py
llm_switch/providers/anthropic.py
llm_switch/providers/azure_openai.py
llm_switch/providers/deepseek.py
llm_switch/providers/google.py
llm_switch/providers/huggingface.py
llm_switch/providers/openai.py
llm_switch/providers/xai.py
tests/__init__.py
tests/test_config.py
tests/test_service.py