mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
fix(openai.py): fix linting issues
This commit is contained in:
parent
69a3b6b8cf
commit
620633ec28
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class OpenAIChatCompletion(BaseLLM):
|
|||
timeout: float,
|
||||
api_key: Optional[str] = None,
|
||||
api_base: Optional[str] = None,
|
||||
model_response: litellm.utils.EmbeddingResponse = None,
|
||||
model_response: Optional[litellm.utils.EmbeddingResponse] = None,
|
||||
logging_obj=None,
|
||||
optional_params=None,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue