.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/codeflash.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
fh_llm_client.egg-info/PKG-INFO
fh_llm_client.egg-info/SOURCES.txt
fh_llm_client.egg-info/dependency_links.txt
fh_llm_client.egg-info/requires.txt
fh_llm_client.egg-info/top_level.txt
llmclient/__init__.py
llmclient/constants.py
llmclient/embeddings.py
llmclient/exceptions.py
llmclient/llms.py
llmclient/prompts.py
llmclient/rate_limiter.py
llmclient/types.py
llmclient/utils.py
llmclient/version.py
tests/__init__.py
tests/conftest.py
tests/test_embeddings.py
tests/test_llms.py
tests/test_rate_limiter.py
tests/cassettes/TestLiteLLMModel.test_max_token_truncation[with-router].yaml
tests/cassettes/TestLiteLLMModel.test_max_token_truncation[without-router].yaml
tests/cassettes/TestLiteLLMModel.test_run_prompt[with-router].yaml
tests/cassettes/TestLiteLLMModel.test_run_prompt[without-router].yaml