File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525import ctrlgen_with_nullable_schema
2626import ctrlgen_with_resp_schema
2727
28- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
28+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2929os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
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 2525import counttoken_with_txt
2626import counttoken_with_txt_vid
2727
28- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
28+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2929os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
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 2121import safety_with_txt
2222
2323
24- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
24+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2525os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
2626# The project name is included in the CICD pipeline
2727# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 3939import textgen_with_youtube_video
4040import thinking_textgen_with_txt
4141
42- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
42+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
4343os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
4444# The project name is included in the CICD pipeline
4545# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
Original file line number Diff line number Diff line change 1717import thinking_includethoughts_with_txt
1818import thinking_with_txt
1919
20- os .environ ["GOOGLE_GENAI_USE_VERTEXAI " ] = "True"
20+ os .environ ["GOOGLE_GENAI_USE_ENTERPRISE " ] = "True"
2121os .environ ["GOOGLE_CLOUD_LOCATION" ] = "global" # "us-central1"
2222# The project name is included in the CICD pipeline
2323# os.environ['GOOGLE_CLOUD_PROJECT'] = "add-your-project-name"
You can’t perform that action at this time.
0 commit comments