mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(vertex_ai.py): fix output parsing
This commit is contained in:
parent
3a9c828437
commit
f12dc5df21
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