Skip to content

Commit

Permalink
New version requires input= keyword for arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Jan 9, 2025
1 parent 79f0837 commit 215df57
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions gemini-2/live_api_starter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "46zEFO2a9FFd"
"id": "46zEFO2a9FFd",
"outputId": "a2ecebf6-ea57-41bf-9a47-a6aa96385bfe"
},
"outputs": [
{
Expand Down Expand Up @@ -125,7 +126,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"id": "A1pkoyZb9Jm3"
},
Expand All @@ -151,7 +152,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"id": "HghvVpbU0Uap"
},
Expand All @@ -174,7 +175,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "27Fikag0xSaB"
},
Expand All @@ -196,7 +197,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"id": "Yd1vs3cP8EmS"
},
Expand Down Expand Up @@ -236,9 +237,10 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"id": "dDfslcyIOqgI"
"id": "dDfslcyIOqgI",
"outputId": "34ea61e0-45dd-47a1-c4f2-b322062b7168"
},
"outputs": [
{
Expand Down Expand Up @@ -289,7 +291,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {
"id": "7mEDGwJfLRrm"
},
Expand Down Expand Up @@ -317,9 +319,10 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"metadata": {
"id": "VFD4VleVKj1-"
"id": "VFD4VleVKj1-",
"outputId": "ed2f1ce7-f5be-4031-9705-d112e19ad640"
},
"outputs": [
{
Expand Down Expand Up @@ -410,7 +413,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"metadata": {
"id": "bWTaU8j-X3AJ"
},
Expand All @@ -433,7 +436,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": null,
"metadata": {
"id": "3zAjMOZXFuxI"
},
Expand Down Expand Up @@ -575,9 +578,10 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": null,
"metadata": {
"id": "WxdwgTKIGIlY"
"id": "WxdwgTKIGIlY",
"outputId": "538b8112-85f3-41c4-a959-ae89f1f417ec"
},
"outputs": [
{
Expand Down Expand Up @@ -666,7 +670,8 @@
"Tce3stUlHN0L"
],
"name": "live_api_starter.ipynb",
"toc_visible": true
"toc_visible": true,
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
Expand All @@ -675,4 +680,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 215df57

Please sign in to comment.