Skip to content

Commit

Permalink
The "pip install -U -q google.generativeai" should change to "pip ins…
Browse files Browse the repository at this point in the history
…tall -U -q google-generativeai" for consistency (google-gemini#128)
  • Loading branch information
doggy8088 authored May 12, 2024
1 parent c8cbc73 commit b034ed7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/Anomaly_detection_with_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
],
"source": [
"!pip install -U -q google.generativeai"
"!pip install -U -q google-generativeai"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Classify_text_with_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
],
"source": [
"!pip install -U -q google.generativeai"
"!pip install -U -q google-generativeai"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Search_Wikipedia_using_ReAct.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"outputs": [],
"source": [
"!pip install -q google.generativeai"
"!pip install -q google-generativeai"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Talk_to_documents_with_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"outputs": [],
"source": [
"!pip install -U -q google.generativeai"
"!pip install -U -q google-generativeai"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"outputs": [],
"source": [
"!pip install -U -q google.generativeai"
"!pip install -U -q google-generativeai"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/Prompting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"source": [
"!pip install -U -q google.generativeai # Install the Python SDK"
"!pip install -U -q google-generativeai # Install the Python SDK"
]
},
{
Expand Down

0 comments on commit b034ed7

Please sign in to comment.