antosujesh / GoogleGemini

Google Gemini AI, dll for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleGemini

GoogleGemini, dll for C#

Gemini-Pro v1beta

Version : v1beta

Model : Gemini-Pro

Using Google Gemini AI Library in C#

To integrate Gemini into your C# project, follow these steps:

  1. Import the DLL:
    • Download the Gemini DLL and add it to your project.
    using GoogleGemini;
  2. Usage Example:
    string result = Gemini.AskMe("YOUR_KEY", "What is the capital of Tamil Nadu?");

About

Google Gemini AI, dll for C#