forked from phoenix/litellm-mirror
fix img gen basic test
This commit is contained in:
parent
d2a1ac804b
commit
e0f1f18339
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ def load_vertex_ai_credentials():
|
|||
|
||||
class TestVertexImageGeneration(BaseImageGenTest):
|
||||
def get_base_image_generation_call_args(self) -> dict:
|
||||
# load_vertex_ai_credentials()
|
||||
# comment this when running locally
|
||||
load_vertex_ai_credentials()
|
||||
|
||||
litellm.in_memory_llm_clients_cache = {}
|
||||
return {
|
||||
"model": "vertex_ai/imagegeneration@006",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue