Skip to content

Commit

Permalink
Revert "Add files via upload"
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeshThallam authored Dec 6, 2024
1 parent 494a789 commit 9772ad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions genai-on-vertex-ai/agents/Gemini_with_Functioncalling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@
},
"outputs": [],
"source": [
"PROJECT_ID = \"\" # @param {type:\"string\"}\n",
"LOCATION = \"\" # @param {type:\"string\"}\n",
"STAGING_BUCKET = \"\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"kanch-sandbox\" # @param {type:\"string\"}\n",
"LOCATION = \"us-central1\" # @param {type:\"string\"}\n",
"STAGING_BUCKET = \"gs://kanch-sandbox\" # @param {type:\"string\"}\n",
"\n",
"#prefix staging_bucket with gs://\n",
"\n",
Expand Down Expand Up @@ -391,7 +391,7 @@
"cell_type": "code",
"source": [
"SEARCH_APP_REGION = \"global\"\n",
"SEARCH_APP_ID = \"\" # @param {type:\"string\"}\n",
"SEARCH_APP_ID = \"google-quarterly-release_1722387129830\" # @param {type:\"string\"}\n",
"PROMPT = \"What is the operating income in 2024\"\n"
],
"metadata": {
Expand Down

0 comments on commit 9772ad5

Please sign in to comment.