diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d7d0f839..e7c4f8a0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: steps: - checkout + - run: name: Show git commit hash command: echo "Git commit hash: $CIRCLE_SHA1" diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index aa54f8154..e4936eb02 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -50,9 +50,6 @@ def test_completion_custom_provider_model_name(): pytest.fail(f"Error occurred: {e}") -# test_completion_custom_provider_model_name() - - def test_completion_azure_command_r(): try: litellm.set_verbose = True