Telegram bot using OpenAI API in RAFT

  1. Descriprion bot
  2. Installation
  3. Run bot
  4. Examples

This project is a telegram bot that conducts a dialogue with the user via gpt-3.5 turbo from the Open AI API. At the moment, only the basic version is implemented (the network issues a message immediately, and does not generate a token).

List of available bot commands:

  • /start - Start of the bot
  • any message

Git clone

git clone https://github.com/Shubin-vadim/RAFT_test_bot_OpenAI.git

Installing dependencies

pip3 install -r requirements.txt
python app.py

example1

example2

example3