mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 05:28:02 +00:00
a9c6156137
Mixtral-8x7B-Instruct-v0.1 is no longer on Together AI's serverless tier and now requires a dedicated endpoint, causing multiple tests to fail in CI: - test_together_ai.py::TestTogetherAI::test_empty_tools - test_completion.py::test_completion_together_ai_stream - test_completion.py::test_customprompt_together_ai - test_completion.py::test_completion_custom_provider_model_name - test_text_completion.py::test_async_text_completion_together_ai Qwen/Qwen3.5-9B is currently serverless on Together AI and supports function calling, satisfying BaseLLMChatTest capability requirements.
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.