fix - linting error

This commit is contained in:
Ishaan Jaff 2024-05-31 21:24:14 -07:00
parent 6feeff1f31
commit cedeb10a08

View file

@ -845,7 +845,6 @@ class OpenAIChatCompletion(BaseLLM):
max_retries=max_retries, max_retries=max_retries,
organization=organization, organization=organization,
client=client, client=client,
is_async=True,
) )
## LOGGING ## LOGGING
logging_obj.pre_call( logging_obj.pre_call(