Skip to content

Commit

Permalink
chore: remove assertion of project id
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Feb 14, 2024
1 parent b9494cc commit 03e14dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/chat_message_history.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,9 @@
"source": [
"#@markdown Please fill in the value below with your Google Cloud project ID and then run the cell.\n",
"\n",
"# Please fill in these values.\n",
"PROJECT_ID = \"my-project-id\" #@param {type:\"string\"}\n",
"\n",
"# Quick input validations.\n",
"assert PROJECT_ID, \"⚠️ Please provide a Google Cloud project ID\"\n",
"\n",
"# Configure gcloud.\n",
"# Set the project id\n",
"!gcloud config set project {PROJECT_ID}"
],
"metadata": {
Expand Down

0 comments on commit 03e14dd

Please sign in to comment.