Skip to content

Commit

Permalink
fix(minor): product_attributes_extraction.ipynb (GoogleCloudPlatform#860
Browse files Browse the repository at this point in the history
)

Removes the project ID accidentally included in the colab.

Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
  • Loading branch information
tianli and holtskinner authored Jul 11, 2024
1 parent 166bc3f commit f49f23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
"outputs": [],
"source": [
"PROJECT_ID = \"cloud_llm_preview1\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"YOUR_PROJECT_ID\" # @param {type:\"string\"}\n",
"LOCATION = \"us-central1\" # @param {type:\"string\"}\n",
"\n",
"\n",
Expand Down

0 comments on commit f49f23e

Please sign in to comment.