diff --git a/.circleci/config.yml b/.circleci/config.yml index c9e4ddd0a..2d7d0f839 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,9 @@ jobs: steps: - checkout + - run: + name: Show git commit hash + command: echo "Git commit hash: $CIRCLE_SHA1" - run: name: Check if litellm dir was updated or if pyproject.toml was modified diff --git a/litellm/__init__.py b/litellm/__init__.py index 3d4ea021a..23d83fdbf 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -7,7 +7,6 @@ from litellm.proxy._types import KeyManagementSystem, KeyManagementSettings import httpx import dotenv -print("IMPORT LITELLM on Ishaan's commit") # noqa dotenv.load_dotenv() #############################################