Skip to content

A Gemini AI language project hosted within a Discord bot environment.

License

Notifications You must be signed in to change notification settings

jhockersmith/Discord-Gemini-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord based AI chat environment using the Gemini 1.0 AI by Google.

Features:

  • Latest Discord Bot Command System
  • Gemini 1.0 AI Model

Tested on

  • Termux
  • Ubuntu
  • Kali-Linux
  • Windows 10/11

Installation

Install dependencies (git, python)
  • For Debian
    sudo apt install git python3 -y
    
  • For Termux
    pkg install git python3  -y
    
Download Project
  • Clone this repository

    git clone https://github.com/jhockersmith/Discord-Gemini-AI
    
  • Enter the directory

    cd Discord-Gemini-AI
    
  • Install all modules

    pip install -r requirements.txt
    
  • Run the tool

    python main.py
    
Using the AI

Within Discord:

  • Type the following command, followed by your prompt
    /chat [prompt]
    
  • Example Command
    /chat Please generate a Python script that simplifies ratios. 
    
    Example Output:

Check out my other projects:

  • GPT-Jarvis - A real-life JARVIS using the OpenAI Whisper, Audio, and GPT 3.5 Turbo APIs

Disclaimer

This tool is developed for educational purposes. You have your own responsibilities and you are liable for any damage or violation of laws by this tool. The author is not responsible for any misuse of the project!

This repository is open source to help others. So if you wish to copy, consider giving credit!

About

A Gemini AI language project hosted within a Discord bot environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages