remove verify_access_key from main

This commit is contained in:
ishaan-jaff 2023-09-12 11:50:29 -07:00
parent 33f0da2d69
commit e3fa1d686e

View file

@ -17,7 +17,6 @@ from litellm.utils import (
CustomStreamWrapper, CustomStreamWrapper,
read_config_args, read_config_args,
completion_with_fallbacks, completion_with_fallbacks,
verify_access_key,
get_llm_provider get_llm_provider
) )
from .llms import anthropic from .llms import anthropic