From b4d8100bc1cdcd4221205828a7b98fd4038438ee Mon Sep 17 00:00:00 2001 From: Ronny Gunawan <3048897+ronnygunawan@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:56:50 +0700 Subject: [PATCH] Update Gemini version footnote --- BotNet.CommandHandlers/AI/Gemini/GeminiTextPromptHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BotNet.CommandHandlers/AI/Gemini/GeminiTextPromptHandler.cs b/BotNet.CommandHandlers/AI/Gemini/GeminiTextPromptHandler.cs index 2c24002..80faee7 100644 --- a/BotNet.CommandHandlers/AI/Gemini/GeminiTextPromptHandler.cs +++ b/BotNet.CommandHandlers/AI/Gemini/GeminiTextPromptHandler.cs @@ -134,7 +134,7 @@ public Task Handle(GeminiTextPrompt textPrompt, CancellationToken cancellationTo replyToMessageId: textPrompt.Command.MessageId, replyMarkup: new InlineKeyboardMarkup( InlineKeyboardButton.WithUrl( - text: "Generated by Google Gemini Pro", + text: "Generated by Google Gemini 1.5 Flash", url: "https://deepmind.google/technologies/gemini/" ) ),