Welcome to the Gemini Shell Application! This terminal-based application allows you to interact with Gemini, through a chat-like interface.
- 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.
gemini-shell-demo.mp4
Make sure you have the following installed on your system:
- Go programming language (version go1.21.5)
- Gemini API key
- Clone the repository:
git clone https://github.com/rahulreddy-001/gemini-shell.git
- Navigate to the project directory:
cd gemini-shell
- Add your Gemini API key to the system environment variables:
GEMINI_API_KEY=your_api_key_here
- Build the application:
go build -o gemini
Run the application:
./gemini
Now, you can start interacting with Gemini in the terminal.
- User: Enter your messages in the terminal.
- Model: Observe Gemini's responses.
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:
- Open an issue on the repository.
- Provide detailed information about the problem or suggestion.
- Yor can contribute to the project by creating a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.