Skip to content

Commit

Permalink
adding debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Dec 4, 2024
1 parent c19fe7e commit 74e820d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebooks/GenAI/Gemini_Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"project_id = config.get(\"NOTEBOOK_GCP_PROJECT_ID\")\n",
"location = config.get(\"NOTEBOOK_GCP_LOCATION\")\n",
"\n",
"print(\"Checking parameters from ENV\")\n",
"print(project_id)\n",
"print(location)\n",
"\n",
"# TODO( FOR developer): If not defined in ENV earlier, uncomment and add it below\n",
"#project_id = \"<PROJECT_ID>\"\n",
"#location = \"<LOCATION>\" #(e.g., us-central1)\n",
Expand Down

0 comments on commit 74e820d

Please sign in to comment.