Skip to content

Commit c43d9a3

Browse files
fix suggestion
1 parent 24ff152 commit c43d9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai/batch_prediction/submit_with_gcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def generate_content(output_uri: str) -> str:
2626
# See the documentation: https://googleapis.github.io/python-genai/genai.html#genai.batches.Batches.create
2727
job = client.batches.create(
2828
model="gemini-1.5-pro-002",
29-
27: model="gemini-1.5-pro-002",
30-
28: src="gs://cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl", # Source link: https://storage.cloud.google.com/cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl
29+
# Source link: https://storage.cloud.google.com/cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl
30+
src="gs://cloud-samples-data/batch/prompt_for_batch_gemini_predict.jsonl",
3131
config={
3232
"dest": output_uri
3333
}

0 commit comments

Comments
 (0)