This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/apiKey in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9794eb25b62686da533d1906b756d63f74acea29 Author: Danny Mccormick <[email protected]> AuthorDate: Mon Sep 22 10:44:43 2025 -0400 Remove (inactive) key from example --- .../beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb b/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb index 034dca22a42..e232daf02d3 100644 --- a/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb +++ b/examples/notebooks/beam-ml/anomaly_detection/anomaly_detection_timesfm.ipynb @@ -1785,7 +1785,7 @@ "# =================================================================\n", "# Classify with LLM and Create Clean Data for Finetuning\n", "# =================================================================\n", - "api_key = \"AIzaSyCB_g6tq3eBFtB3BsshdGotLkUkTsCyApY\" #userdata.get('GEMINI_API_KEY')\n", + "api_key = \"userdata.get('GEMINI_API_KEY') # @param {type:'string'} \n", "\n", "llm_classifier = (\n", " \"LLMClassifierAndImputer\" >> beam.ParDo(\n", @@ -2709,4 +2709,4 @@ ] } ] -} \ No newline at end of file +}
