Skip to content

Telegram bot written in Python with OpenAI GPT3.5 Model and GenAJ

License

Notifications You must be signed in to change notification settings

ARCANGEL0/MinervaGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MinervaGPT

Simple project with python of a bot for Telegram using AI from OpenAI, which queries CEP, generates images based on text and answers any question asked by the user.

Usage

Clone the repo

git clone https://github.com/ARCANGEL0/MinervaGPT
cd MinervaGPT

Install project dependencies with pip

pip install -r requirements.txt

Change the global variables in main.py and insert your Telegram bot tokens and OpenAI API key

...

# Token API ofn your bot
bot = telebot.TeleBot(token="BOT TOKEN")


# API key OpenAI
API_KEY = 'OPENAI API TOKEN'
...

Then, run the main.py file and test your bot!

python main.py

About

Telegram bot written in Python with OpenAI GPT3.5 Model and GenAJ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages