mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 10:26:09 +00:00
fix(main.py): fix linting issue
This commit is contained in:
@@ -161,7 +161,7 @@ class OpenAIChatCompletion(BaseLLM):
|
||||
|
||||
def completion(self,
|
||||
model_response: ModelResponse,
|
||||
timeout: Any,
|
||||
timeout: float,
|
||||
model: Optional[str]=None,
|
||||
messages: Optional[list]=None,
|
||||
print_verbose: Optional[Callable]=None,
|
||||
|
||||
+2
-1
@@ -976,7 +976,8 @@ def completion(
|
||||
litellm_params=litellm_params,
|
||||
logger_fn=logger_fn,
|
||||
logging_obj=logging,
|
||||
acompletion=acompletion
|
||||
acompletion=acompletion,
|
||||
timeout=timeout
|
||||
)
|
||||
## LOGGING
|
||||
logging.post_call(
|
||||
|
||||
Reference in New Issue
Block a user