fix(vertex_ai.py): fix output parsing

This commit is contained in:
Krrish Dholakia 2023-10-24 12:06:24 -07:00
parent 3a9c828437
commit f12dc5df21
7 changed files with 14 additions and 8 deletions

View file

@ -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,
):
"""