sontoriyama / Gemini-agent-example

An examples code to make langchain agents without openai API key (Google Gemini), Completely free unlimited and open source, run it yourself on website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemini Agent Example

This repository demonstrates how to use Google's Gemini AI model in an application. Gemini is a powerful language model that excels in various tasks, including text generation, chatbots, and more. most importantly.... it's free!!!!

  • If you like this demo, can you please give me a star on GitHub plz 😬 I need something to write on my students profile.... to make easier for me to apply for college.....

[Edit] Tysm for your star!!! (almost 100) 🫶🏻 I'll share more free tool, if geek community like....

[Gemini Pro API access will still be free after May 2, 2024] Google said "If you use Gemini APl from a project that has billing disabled, you can still use Gemini API free of charge, without the benefits available in our paid plan"

Getting Started

  1. Clone the Repository:

    git clone https://github.com/MikeChan-HK/Gemini-agent-example.git
  2. Download and open it in Jupiter Notebook or Google colab

  • Download the .ipynb file

  • Upload to Google Colab and run it online OR Use Jupyter Notebook to run it locally (Low-level PCs can also be used, even on iPad)

Usage

  • Modify the Gemini_agents.ipynb script to interact with Gemini. You can use Gemini for tasks like chatbots, search engine, calculator, or any other language-related tasks.

Contributing

Contributions are welcome! If you find any issues or have ideas for improvements, feel free to open a pull request.

License

This project is licensed under the MIT License - see the MIT LICENSE file for details.

About

An examples code to make langchain agents without openai API key (Google Gemini), Completely free unlimited and open source, run it yourself on website.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%