forked from phoenix/litellm-mirror
fix(main.py): accept user in embedding()
This commit is contained in:
parent
add4dfc528
commit
69a4497550
1 changed files with 1 additions and 0 deletions
|
@ -1736,6 +1736,7 @@ def embedding(
|
|||
api_key: Optional[str] = None,
|
||||
api_type: Optional[str] = None,
|
||||
caching: bool=False,
|
||||
user: Optional[str]=None,
|
||||
custom_llm_provider=None,
|
||||
litellm_call_id=None,
|
||||
litellm_logging_obj=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue