thanhphatit / gemini-ai

This is script created by bash shell to chat with AI Gemini of Google on Terminal Linux

Home Page:https://www.itblognote.com/2023/12/chat-with-gemini-ai-on-terminal-shell.html

Repository from Github https://github.comthanhphatit/gemini-aiRepository from Github https://github.comthanhphatit/gemini-ai

GEMINI-AI

This is tools created by bash shell 100% to talk with Google Gemini AI on terminal

NOTE:

[+] Your machine need have bash and OS linux (Ubuntu is good)
[+] The tools run on x86-64 and arm64 of linux (it's not support for macOS)

Install

Terminal

To install on terminal.

CURL:
sudo curl -o- https://raw.githubusercontent.com/thanhphatit/gemini-ai/main/install.sh | /bin/bash
WGET:
sudo wget -q https://raw.githubusercontent.com/thanhphatit/gemini-ai/main/install.sh -O - | /bin/bash

API Key

You can access to get API Key apply to app: https://makersuite.google.com/app/apikey

Help

You can use gemini-ai -h to show help user

NOTE:

Path file config ${HOME}/.gemini-ai/config with content default

api_key: AIsasjashdkjsahdsaiuwyeiwuewyeiuwysajdhsajhd
model: gemini-pro
log_day: 7
history_day: 1

About

This is script created by bash shell to chat with AI Gemini of Google on Terminal Linux

https://www.itblognote.com/2023/12/chat-with-gemini-ai-on-terminal-shell.html

License:Other


Languages

Language:Shell 100.0%