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.
-
Get your OpenAI API key
-
Get your Telegram bot token and payment provider token from @BotFather
-
Edit
config/config.example.yml
to set your tokens and run 2 commands below (if you're advanced user, you can also editconfig/config.example.env
):mv config/config.example.yml config/config.yml mv config/config.example.env config/config.env
-
🔥 And now run:
docker-compose --env-file config/config.env up --build