mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(main.py): fix linting issue
This commit is contained in:
parent
0ab6b2451d
commit
17bb1184bd
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue