Skip to content

zaibreyaz/Telegram-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-ChatBot

Telegram ChatBot using OPENAI chatGPT-3.5-turbo LLM Model

Requirements:

  • Python 3.7
  • A Telegram Account
  • An OpenAI account for API Key

How to Run:

conda create -n Telegram-ChatBot python==3.7 -y
conda activate Telegram-ChatBot
pip install -r requirements.txt
python teleChatBot.py

Create a .env file in the root directory and add your OpenAI API key and Telegram BOT TOKEN as follows:

OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TELEGRAM_BOT_TOKEN=xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages