Skip to content

Added Gemini Chatbot CLI version with Google Generative AI integration #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

CodeWithPratik-777
Copy link
Contributor

🚀 Added Gemini CLI Chatbot

This PR adds a terminal-based AI chatbot built with Python and Google’s Gemini 1.5 Flash model. It enables interactive conversations directly in the command line using Google's official generativeai SDK.

✨ Features

  • Streamed conversational replies from Gemini
  • Python-based CLI app
  • Maintains context across turns
  • Easy to modify and integrate into other platforms

🛠️ Tech Stack

  • Python 3.10
  • Google Generative AI SDK

📦 How to Run

  1. Install dependencies: pip install -r requirements.txt
  2. Add your API key
  3. Run python chatbot.py

Looking forward to feedback and happy to iterate on it!

Copy link

Hi @CodeWithPratik-777! 👋

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

@larymak larymak merged commit 3e11294 into larymak:main Jul 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants