Skip to content

NanduWasTaken/Gemini-Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Chat Bot

This is a simple Discord chat bot built using discord.js and the gemini-pro model from Google. This model seems to be destroying chat gpt-4 in every benchmark but don't believe the blue glowing box try it out by yourself.

How to setup

Run on Repl.it

✋ if you are running on replit make sure u set up the secret named 'API_TOKEN' & 'TOKEN'. AND ALSO PUT THE CHANNEL ID IN THE 'config.js' FILE.

  1. Clone the repository to the current directory
git clone https://github.com/nanduwastaken/Gemini-Chat-Bot.git
  1. Install all the dependencies
  • Using npm
npm install
  1. Update config.js with your own credentials.
module.exports = {
  API_KEY: process.env.API_KEY,
 	TOKEN: process.env.TOKEN,
  CHANNEL_ID: '1151451183047770164',
}
  1. Start your bot
  • Using npm
npm run start

About

Simple Discord chat bot built using the Gemini Pro Model from Google

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published