diff --git a/litellm/main.py b/litellm/main.py index 2e84d23734..603a70c0fc 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -93,7 +93,6 @@ def completion( openai.organization = litellm.organization # set API KEY openai.api_key = api_key or litellm.openai_key or get_secret("OPENAI_API_KEY") - print(f"value of set openai key {openai.api_key}") ## LOGGING logging(model=model, input=messages, additional_args=args, custom_llm_provider=custom_llm_provider, logger_fn=logger_fn) diff --git a/pyproject.toml b/pyproject.toml index 1ddd72f7c2..78e3c77422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.420" +version = "0.1.421" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"