Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Jan 11, 2024
1 parent 48e7862 commit 288cedd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions site/en/tutorials/function_calling_python_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"cells": [
{
"cell_type": "markdown",
"execution_count": 1,
"metadata": {
"id": "2edc81e382cf"
},
"outputs": [],
"source": [
"##### Copyright 2023 Google LLC."
]
Expand Down Expand Up @@ -78,7 +76,7 @@
"source": [
"### Install the Python SDK\n",
"\n",
"The Python SDK for the Gamini API, is contained in the [`google-generativeai`](https://pypi.org/project/google-generativeai/) package. Install the dependency using pip:\n"
"The Python SDK for the Gemini API, is contained in the [`google-generativeai`](https://pypi.org/project/google-generativeai/) package. Install the dependency using pip:\n"
]
},
{
Expand Down Expand Up @@ -141,7 +139,7 @@
"id": "gHYFrFPjSGNq"
},
"source": [
"### Setup your API key\n",
"### Set up your API key\n",
"\n",
"Before you can use the Gemini API, you must first obtain an API key. If you don't already have one, create a key with one click in MakerSuite.\n",
"\n",
Expand Down Expand Up @@ -334,7 +332,7 @@
"id": "woioLEWo4b5N"
},
"source": [
"Reply with a `glm.Part` containing a `glm.FunctionResponse` to allow the model to funish the answer:"
"Reply with a `glm.Part` containing a `glm.FunctionResponse` to allow the model to finish the answer:"
]
},
{
Expand Down

0 comments on commit 288cedd

Please sign in to comment.