File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121import boundingbox_with_txt_img
2222
23- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
23+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2424os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
2525# The project name is included in the CICD pipeline
2626# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 2020
2121import embeddings_docretrieval_with_txt
2222
23- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
23+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2424os .environ ["GOOGLE_CLOUD_LOCATION" ] = "us-central1"
2525# The project name is included in the CICD pipeline
2626# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 4141import imggen_virtual_try_on_with_txt_img
4242import imggen_with_txt
4343
44- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
44+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
4545os .environ ["GOOGLE_CLOUD_LOCATION" ] = "us-central1"
4646# The project name is included in the CICD pipeline
4747# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 2525import imggen_mmflash_with_txt
2626
2727
28- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
28+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2929os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global"
3030# The project name is included in the CICD pipeline
3131# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 4141import videogen_with_vid_edit_remove
4242
4343
44- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
44+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
4545os .environ ["GOOGLE_CLOUD_LOCATION" ] = "us-central1"
4646# The project name is included in the CICD pipeline
4747# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
You can’t perform that action at this time.
0 commit comments