Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use bigframes-dev project id as default
  • Loading branch information
Henry J Solberg committed Nov 8, 2023
commit e9ae860b708a5e797d41edad795a4252fec1985f
2 changes: 1 addition & 1 deletion notebooks/generative_ai/bq_dataframes_llm_kmeans.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"metadata": {},
"outputs": [],
"source": [
"PROJECT_ID = \"<your-project-id>\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"bigframes-dev\" # your project name goes here\n",
"LOCATION = \"us\" # or your project location"
]
},
Expand Down