mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) fix linting errors
This commit is contained in:
parent
0edf4d6ea5
commit
3fe21a7cf3
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