mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 04:24:12 +00:00
(fix) fix linting errors
This commit is contained in:
@@ -188,7 +188,7 @@ def completion(
|
||||
def embedding(
|
||||
model: str,
|
||||
input: list,
|
||||
api_key: str,
|
||||
api_key: Optional[str] = None,
|
||||
logging_obj=None,
|
||||
model_response=None,
|
||||
encoding=None,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user