forked from phoenix/litellm-mirror
fix(vertex_httpx.py): add sync vertex image gen support
Fixes https://github.com/BerriAI/litellm/issues/4623
This commit is contained in:
parent
5f279c937c
commit
a1986fab60
5 changed files with 151 additions and 26 deletions
|
@ -4263,6 +4263,7 @@ def image_generation(
|
|||
model_response=model_response,
|
||||
vertex_project=vertex_ai_project,
|
||||
vertex_location=vertex_ai_location,
|
||||
vertex_credentials=vertex_credentials,
|
||||
aimg_generation=aimg_generation,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue