mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(vertex_ai.py): fix output parsing
This commit is contained in:
parent
81f82b7104
commit
98c25b08cd
7 changed files with 14 additions and 8 deletions
|
@ -1480,7 +1480,7 @@ def embedding(
|
|||
api_version: Optional[str] = None,
|
||||
api_key: Optional[str] = None,
|
||||
api_type: Optional[str] = None,
|
||||
caching=False,
|
||||
caching: bool=False,
|
||||
custom_llm_provider=None,
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue