Skip to content

Commit

Permalink
Merge branch 'main' into chat-completions
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Jul 8, 2024
2 parents 3807a5b + 7870dae commit 85de82f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"<table align=\"left\">\n",
" <td style=\"text-align: center\">\n",
" <a href=\"https://colab.research.google.com/github/GoogleCloudPlatform/generative-ai/blob/main/gemini/reasoning-engine/tracing_agents_in_reasoning_engine\">\n",
" <a href=\"https://colab.research.google.com/github/GoogleCloudPlatform/generative-ai/blob/main/gemini/reasoning-engine/tracing_agents_in_reasoning_engine.ipynb\">\n",
" <img src=\"https://cloud.google.com/ml-engine/images/colab-logo-32px.png\" alt=\"Google Colaboratory logo\"><br> Open in Colab\n",
" </a>\n",
" </td>\n",
Expand Down
6 changes: 4 additions & 2 deletions language/prompts/intro_prompt_design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
},
"outputs": [],
"source": [
"!pip install google-cloud-aiplatform protobuf==3.19.3 --upgrade --user"
"!pip install google-cloud-aiplatform\n",
"!pip install -U protobuf==3.8.0\n",
"!pip install shapely==1.8.0 geopandas==0.9.0"
]
},
{
Expand All @@ -133,7 +135,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -U google-cloud-aiplatform \"shapely<2\""
"!pip install google-cloud-pipeline-components --upgrade"
]
},
{
Expand Down

0 comments on commit 85de82f

Please sign in to comment.