Skip to content

Telegram bot connecting to ChatGPT 3.5 using openai API. Suuports multiple users, multiple conversations with chat context. Also has few prompts presets.

Notifications You must be signed in to change notification settings

Beadyhx/telegptbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeleGPTbot

Telegram bot connecting to ChatGPT 3.5 using OpenAI API. Supports multiple users, multiple conversations with chat context. Also has a few prompts presets.

Setup

pip install -r requirements.txt ; mkdir users

Change config.py

TOKEN = 'TGBOTAPI'
OPENAIKEY = 'OPENAIAPI'
BOTNICKNAME = '@BOTUSERNAME'

Usage

  • Start bot with /start command
  • See available commands with /help or /start command
  • If you've got some error, do /reset command.

Customize

If you want to add new presets, redact contexts.py

features

  • Add bot to your group
  • Create new conversations and switch between your conversations with bot
  • Switch between prompt presets

About

Telegram bot connecting to ChatGPT 3.5 using openai API. Suuports multiple users, multiple conversations with chat context. Also has few prompts presets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages