mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 09:04:10 +00:00
fix(main.py): accept user in embedding()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user