Skip to content

Commit

Permalink
Update vision/use-cases/advertisement-creation/advertisement_creation…
Browse files Browse the repository at this point in the history
….ipynb

Co-authored-by: Holt Skinner <[email protected]>
  • Loading branch information
ankuljain09 and holtskinner authored Nov 13, 2024
1 parent 3a13fe7 commit ee97b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
}
],
"source": [
"# Generate ad text using gemini-1.5-flash model\n",
"# Generate ad text using Gemini 1.5 Flash\n",
"def generate_ad_text(text_prompt: str) -> str:\n",
" responses = gemini_flash_model.generate_content(\n",
" text_prompt\n",
Expand Down

0 comments on commit ee97b9b

Please sign in to comment.