Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.79 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.79 KB

Gemini Shell

Introduction

Welcome to the Gemini Shell Application! This terminal-based application allows you to interact with Gemini, through a chat-like interface.

Features

  • Interactive Chat: Engage in a conversation with Gemini through the terminal.
  • User-Friendly Interface: Simple and intuitive command-line interface.
  • Readme Handler: Utilize the Readme handler for a smoother user experience.

Demo

gemini-shell-demo.mp4

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Go programming language (version go1.21.5)
  • Gemini API key

Installation

  1. Clone the repository:
git clone https://github.com/rahulreddy-001/gemini-shell.git
  1. Navigate to the project directory:
cd gemini-shell
  1. Add your Gemini API key to the system environment variables:
GEMINI_API_KEY=your_api_key_here
  1. Build the application:
go build -o gemini

Usage

Run the application:

./gemini

Now, you can start interacting with Gemini in the terminal.

Chat Commands

  • User: Enter your messages in the terminal.
  • Model: Observe Gemini's responses.

Readme Handler

The Readme handler is designed to assist you with navigating and understanding the application. If you encounter any issues or have suggestions for improvement, please follow the steps below:

  1. Open an issue on the repository.
  2. Provide detailed information about the problem or suggestion.
  3. Yor can contribute to the project by creating a pull request.

License

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