Skip to content

NotReal003/ChatGPT-with-all-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini Discord Bot

This project is developed using Java, with primary contributions from under ctrl.

How can I utilize this?

You can either fork this repository or implement the code in your workshop.

Modifications needed in the .env.example file

Rename .env.example to .env file and insert the following credentials.

TOKEN="YOUR DISCORD BOT TOKEN"
OPENAI_API_KEY="Your OpenAI API key"

Is this compatible with Replit?

This information is outdated.
Yes, you can integrate this into your Replit project. To enable webview in Replit, simply insert the following code into your index.js file:

const express = require('express');  
const app = express();  
const port = 3000; // or any port of your choice.  
app.get('/', (req, res) => res.send('Hello World!'));  
app.listen(port, () => console.log('\x1b[36m%s\x1b[0m', `|    🔗 Listening to RTX : ${port}`));  

OUTDATED

Support

For assistance, please join our Discord Server.
You can also visit our HelpDesk by Clicking Here.

Social

YouTube

Thank you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors