Skip to content

Commit

Permalink
fix: Update Gemini 2.0 Flash Notebook to use audio_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Feb 20, 2025
1 parent d5e38ef commit c065a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gemini/getting-started/intro_gemini_2_0_flash.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "-coEslfWPrxo"
},
Expand All @@ -403,7 +403,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"id": "xRJuHj0KZ8xz"
},
Expand Down Expand Up @@ -884,6 +884,7 @@
" ),\n",
" \"Write a summary of this podcast episode.\",\n",
" ],\n",
" config=GenerateContentConfig(audio_timestamp=True),\n",
")\n",
"\n",
"display(Markdown(response.text))"
Expand Down

0 comments on commit c065a1b

Please sign in to comment.