forked from phoenix/litellm-mirror
* Fix Vertex AI function calling invoke: use JSON format instead of protobuf text format. (#6702) * test: test tool_call conversion when arguments is empty dict Fixes https://github.com/BerriAI/litellm/issues/6833 * fix(openai_like/handler.py): return more descriptive error message Fixes https://github.com/BerriAI/litellm/issues/6812 * test: skip overloaded model * docs(anthropic.md): update anthropic docs to show how to route to any new model * feat(groq/): fake stream when 'response_format' param is passed Groq doesn't support streaming when response_format is set * feat(groq/): add response_format support for groq Closes https://github.com/BerriAI/litellm/issues/6845 * fix(o1_handler.py): remove fake streaming for o1 Closes https://github.com/BerriAI/litellm/issues/6801 * build(model_prices_and_context_window.json): add groq llama3.2b model pricing Closes https://github.com/BerriAI/litellm/issues/6807 * fix(utils.py): fix handling ollama response format param Fixes https://github.com/BerriAI/litellm/issues/6848#issuecomment-2491215485 * docs(sidebars.js): refactor chat endpoint placement * fix: fix linting errors * test: fix test * test: fix test * fix(openai_like/handler): handle max retries * fix(streaming_handler.py): fix streaming check for openai-compatible providers * test: update test * test: correctly handle model is overloaded error * test: update test * test: fix test * test: mark flaky test --------- Co-authored-by: Guowang Li <Guowang@users.noreply.github.com> |
||
---|---|---|
.. | ||
test_llm_response_utils | ||
base_llm_unit_tests.py | ||
base_rerank_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_groq.py | ||
test_jina_ai.py | ||
test_max_completion_tokens.py | ||
test_mistral_api.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/*
.