LangChain agent example using Gemini, no OpenAI API key
Top 87.1% on sourcepulse
This repository provides example code for creating Langchain agents using Google's Gemini AI model, offering a free and open-source alternative to OpenAI's API. It targets developers and users looking to build AI-powered applications without incurring API costs, enabling local execution even on less powerful hardware.
How It Works
The project leverages Google's Gemini Pro API, which remains free for projects with billing disabled, to power Langchain agents. This approach allows for the creation of versatile AI agents capable of tasks like chatbots, search, and calculations, all runnable locally via Jupyter Notebook or Google Colab.
Quick Start & Requirements
git clone https://github.com/MikeChan-HK/Gemini-agent-example.git
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is presented as an example and may require modifications for specific use cases. Future updates are dependent on the maintainer's availability.
1 year ago
1+ week