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