From 7b35d8fe48e60f569eaf12d7209325c29db5de6b Mon Sep 17 00:00:00 2001 From: kingtroga Date: Wed, 25 Dec 2024 11:15:35 +0100 Subject: [PATCH] removed space --- .../integrations/providers/google-genai.ipynb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/docs/integrations/providers/google-genai.ipynb b/docs/docs/integrations/providers/google-genai.ipynb index e69de29bb2d1d..891a6548707fe 100644 --- a/docs/docs/integrations/providers/google-genai.ipynb +++ b/docs/docs/integrations/providers/google-genai.ipynb @@ -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 +}