Metadata-Version: 2.4
Name: easy-gemini-chat
Version: 0.1.0
Summary: Simple Gemini chatbot package
Author: Saandeep
License-Expression: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain-google-genai
Requires-Dist: python-dotenv
Dynamic: license-file

# Easy Gemini Chat

Simple Gemini chatbot wrapper using LangChain.

## Install

pip install easy-gemini-chat

## Usage

from easy_gemini_chat import ChatBot

bot = ChatBot()

print(bot.ask("Hello"))
