forked from phoenix/litellm-mirror
* fix(deepseek/chat): convert content list to str Fixes https://github.com/BerriAI/litellm/issues/6642 * test(test_deepseek_completion.py): implement base llm unit tests increase robustness across providers * fix(router.py): support content policy violation fallbacks with default fallbacks * fix(opentelemetry.py): refactor to move otel imports behing flag Fixes https://github.com/BerriAI/litellm/issues/6636 * fix(opentelemtry.py): close span on success completion * fix(user_api_key_auth.py): allow user_role to default to none * fix: mark flaky test * fix(opentelemetry.py): move otelconfig.from_env to inside the init prevent otel errors raised just by importing the litellm class * fix(user_api_key_auth.py): fix auth error |
||
---|---|---|
.. | ||
test_llm_response_utils | ||
base_llm_unit_tests.py | ||
conftest.py | ||
dog.wav | ||
Readme.md | ||
test_anthropic_completion.py | ||
test_azure_ai.py | ||
test_azure_openai.py | ||
test_bedrock_completion.py | ||
test_convert_dict_to_image.py | ||
test_databricks.py | ||
test_deepseek_completion.py | ||
test_fireworks_ai_translation.py | ||
test_gpt4o_audio.py | ||
test_max_completion_tokens.py | ||
test_nvidia_nim.py | ||
test_openai_o1.py | ||
test_openai_prediction_param.py | ||
test_optional_params.py | ||
test_prompt_caching.py | ||
test_prompt_factory.py | ||
test_supports_vision.py | ||
test_text_completion.py | ||
test_text_completion_unit_tests.py | ||
test_vertex.py | ||
test_xai.py |
More tests under litellm/litellm/tests/*
.