Skip to content

Commit 350537f

Browse files
authored
Remove (inactive) key from example (#36234)
1 parent d26dbac commit 350537f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@
17851785
"# =================================================================\n",
17861786
"# Classify with LLM and Create Clean Data for Finetuning\n",
17871787
"# =================================================================\n",
1788-
"api_key = \"AIzaSyCB_g6tq3eBFtB3BsshdGotLkUkTsCyApY\" #userdata.get('GEMINI_API_KEY')\n",
1788+
"api_key = \"userdata.get('GEMINI_API_KEY') # @param {type:'string'} \n",
17891789
"\n",
17901790
"llm_classifier = (\n",
17911791
" \"LLMClassifierAndImputer\" >> beam.ParDo(\n",
@@ -2709,4 +2709,4 @@
27092709
]
27102710
}
27112711
]
2712-
}
2712+
}

0 commit comments

Comments
 (0)