Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genai/bounding_box/test_bounding_box_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import boundingbox_with_txt_img

os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "True"
os.environ["GOOGLE_GENAI_USE_ENTERPRISE"] = "True"
os.environ["GOOGLE_CLOUD_LOCATION"] = "global" # "us-central1"
# The project name is included in the CICD pipeline
# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Expand Down
2 changes: 1 addition & 1 deletion genai/embeddings/test_embeddings_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import embeddings_docretrieval_with_txt

os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "True"
os.environ["GOOGLE_GENAI_USE_ENTERPRISE"] = "True"
os.environ["GOOGLE_CLOUD_LOCATION"] = "us-central1"
# The project name is included in the CICD pipeline
# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Expand Down
2 changes: 1 addition & 1 deletion genai/image_generation/test_image_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import imggen_virtual_try_on_with_txt_img
import imggen_with_txt

os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "True"
os.environ["GOOGLE_GENAI_USE_ENTERPRISE"] = "True"
os.environ["GOOGLE_CLOUD_LOCATION"] = "us-central1"
# The project name is included in the CICD pipeline
# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Expand Down
2 changes: 1 addition & 1 deletion genai/image_generation/test_image_generation_mmflash.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import imggen_mmflash_with_txt


os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "True"
os.environ["GOOGLE_GENAI_USE_ENTERPRISE"] = "True"
os.environ["GOOGLE_CLOUD_LOCATION"] = "global"
# The project name is included in the CICD pipeline
# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Expand Down
2 changes: 1 addition & 1 deletion genai/video_generation/test_video_generation_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import videogen_with_vid_edit_remove


os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "True"
os.environ["GOOGLE_GENAI_USE_ENTERPRISE"] = "True"
os.environ["GOOGLE_CLOUD_LOCATION"] = "us-central1"
# The project name is included in the CICD pipeline
# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Expand Down