Skip to content

Commit 796ed82

Browse files
committed
Updating notebook
Removing temporal placeholders.
1 parent 8cfc308 commit 796ed82

File tree

2 files changed

+185
-185
lines changed

2 files changed

+185
-185
lines changed

notebooks/integrations/gemini/google-vertex-ai-chat-completion-notebook.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"source": [
141141
"ELASTIC_USER = getpass(\"ELASTIC USER: \")\n",
142142
"ELASTIC_PASSWORD = getpass(\"ELASTIC PASSWORD: \")\n",
143-
"host = \"35.219.179.83:19200\" # use your own host\n",
143+
"host = \"\" # use your own host\n",
144144
"\n",
145145
"client = Elasticsearch(\n",
146146
" hosts=[f\"http://{host}/\"],\n",
@@ -255,8 +255,8 @@
255255
"source": [
256256
"GOOGLE_API_KEY = getpass(\"Enter Google Service account API key: \")\n",
257257
"inference_id = \"chat_completion-notebook-test1\" # set the inference ID for the endpoint\n",
258-
"project_id = \"lhoet-elastic-demo\" # use your GCP project\n",
259-
"location = \"us-central1\" # set the location in which Vertex AI models live\n",
258+
"project_id = \"\" # use your GCP project\n",
259+
"location = \"\" # set the location in which Vertex AI models live e.g us-central1\n",
260260
"\n",
261261
"model_id = \"gemini-2.5-flash-preview-05-20\" # choose the model, you could use any model from your Vertex AI."
262262
]

0 commit comments

Comments
 (0)