mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 18:18:28 +00:00
* fix: apply_prompt_template
* Revert "fix: apply_prompt_template"
This reverts commit 3e0e40b497.
* add apply_prompt_template for WatsonX
* feat: add apply_prompt_template
* test_watsonx_gpt_oss_prompt_transformation
* Revert "add apply_prompt_template for WatsonX"
This reverts commit 3e80903796e39d4fe7206d63445e024c3ad8d0c4.
* add apply_prompt_template for WatsonX
* fix apply_prompt_template
* fix: add hf template handler
* fix hf_chat_template
* fix _get_tokenizer_config
* fix hf_chat_template
* add WatsonXModelPattern
* fix aapply_prompt_template
Testing for litellm/
This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.
The point of this is to:
- Increase test coverage of
litellm/ - Make it easy for contributors to add tests for the
litellm/package and easily run tests without needing LLM API keys.
File name conventions
litellm/proxy/test_caching_routes.pymaps tolitellm/proxy/caching_routes.pytest_<filename>.pymaps tolitellm/<filename>.py