-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Google GenAI\n", | ||
"\n", | ||
"> **What is `Google GenAI`?**\n", | ||
"\n", | ||
"> - Google GenAI brings generative AI to real-world experiences quickly, efficiently, and responsibly, powered by Google’s advanced models, including Gemini. \n", | ||
"> - Developers can leverage tools like Vertex AI to build AI-powered solutions across Google Cloud’s ecosystem. \n", | ||
"> - New customers can begin their AI journey with $300 in free credits.\n", | ||
"\n", | ||
"> Explore more about Google GenAI by visiting [their website](https://cloud.google.com/ai/generative-ai)." | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |