From 0bd5822a97ec1dcddbb107a3a03ab35a38dbf9ec Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 12 Sep 2023 11:50:29 -0700 Subject: [PATCH] remove verify_access_key from main --- litellm/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 4886744d07..a0b233861a 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -17,7 +17,6 @@ from litellm.utils import ( CustomStreamWrapper, read_config_args, completion_with_fallbacks, - verify_access_key, get_llm_provider ) from .llms import anthropic