(fix) fix linting errors

This commit is contained in:
ishaan-jaff 2023-10-13 21:23:00 -07:00
parent 5d2881a2ce
commit 5a0284dd58
2 changed files with 3 additions and 3 deletions

View file

@ -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,