Skip to content

Mykaell-Max/AiChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI ChatBot

Simple Discord bot that uses Google Gemini AI and Open-Meteo for weather.

Quick Start

Requirements:

  • Python 3.8+
  • a Discord bot token
  • a Google Gemini API key

Installation:

git clone https://github.com/Mykaell-Max/AiChatBot.git
cd AiChatBot
python -m venv venv
venv\Scripts\activate

Configuration:

  1. Copy .env.example to .env and fill TOKEN and GOOGLE.
  2. Copy src/promptConfig.example.py to src/promptConfig.py and edit if desired.

Run:

python src/bot.py

Commands:

  • !chatbot <message> — chat with the AI
  • !weather — get current weather for ChosenCity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages