mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) fix linting errors
This commit is contained in:
parent
5d2881a2ce
commit
5a0284dd58
2 changed files with 3 additions and 3 deletions
|
@ -324,8 +324,8 @@ def completion(
|
|||
def embedding(
|
||||
model: str,
|
||||
input: list,
|
||||
api_key: str,
|
||||
api_base: str,
|
||||
api_key: Optional[str] = None,
|
||||
api_base: Optional[str] = None,
|
||||
logging_obj=None,
|
||||
model_response=None,
|
||||
encoding=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue