File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def generate_content(output_uri: str) -> str:
2626 # output_uri = f"bq://your-project.your_dataset.your_table"
2727
2828 job = client .batches .create (
29- model = "gemini-2.5 -flash-preview-05-20 " ,
29+ model = "gemini-2.0 -flash-001 " ,
3030 src = "bq://storage-samples.generative_ai.batch_requests_for_multimodal_input" ,
3131 config = CreateBatchJobConfig (dest = output_uri ),
3232 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def generate_content(output_uri: str) -> str:
2626
2727 # See the documentation: https://googleapis.github.io/python-genai/genai.html#genai.batches.Batches.create
2828 job = client .batches .create (
29- model = "gemini-2.5 -flash-preview-05-20 " ,
29+ model = "gemini-2.0 -flash-001 " ,
3030 # Source link: https://storage.cloud.google.com/cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl
3131 src = "gs://cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl" ,
3232 config = CreateBatchJobConfig (dest = output_uri ),
You can’t perform that action at this time.
0 commit comments