From cedeb10a089a5257e3c38f47cc84ab98ce3f870d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 31 May 2024 21:24:14 -0700 Subject: [PATCH] fix - linting error --- litellm/llms/openai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/openai.py b/litellm/llms/openai.py index 761bbe7c8f..76568455ed 100644 --- a/litellm/llms/openai.py +++ b/litellm/llms/openai.py @@ -845,7 +845,6 @@ class OpenAIChatCompletion(BaseLLM): max_retries=max_retries, organization=organization, client=client, - is_async=True, ) ## LOGGING logging_obj.pre_call(