Skip to content

Spytex/chatgpt-presentation-generator-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Presentation Generator 🤖💼

This initiative involves a cutting-edge bot designed to craft presentations and abstracts through the power of AI. Utilizing the OpenAI API or your input, it generates content, employing diverse presentation templates to produce visually captivating slides.

Setup ⚙️

  1. Get your OpenAI API key

  2. Get your Telegram bot token and payment provider token from @BotFather

  3. Edit config/config.example.yml to set your tokens and run 2 commands below (if you're advanced user, you can also edit config/config.example.env):

    mv config/config.example.yml config/config.yml
    mv config/config.example.env config/config.env
  4. 🔥 And now run:

    docker-compose --env-file config/config.env up --build

References 📚

  1. Build ChatGPT from GPT-3
  2. ChatGPT Telegram Bot