Skip to content

Telegram bot for chat completions, image generation, text to speech

Notifications You must be signed in to change notification settings

bipindr123/Openai_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

OpenAI API telegram bot

Telegram bot for multimodal OPENAI chat completions, image generation, text to speech using asyc multi user communication.

For Demo contact me on telegram @evilgrin · Report Bug · Request Feature

status-url

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Docker
  5. Roadmap
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project

Telegram bot for chat completions, image generation, text to speech

(back to top)

Built With

  • python-url
  • aiogram 3.1.0

Screenshots

(back to top)

Getting Started

Prerequisites

  • install modules
    pip install -r requirements.txt
    

Installation

  1. Add a .env file to the project root directory and fill in your telegram token, openapi key and openapi base url

Usage

You can either run it manually or through docker

For manual just run the file on the server

python3 bot.py

Yay! your bot shoud now be live

(back to top)

Docker

Run the build docker script.

./build_docker.sh

Roadmap

  • Add more models
  • Add model selection for image and speech
  • Migrate to aiogram 3.1.0
  • Added Vision for Gemini Pro
  • You tell me

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @evilgrin

Project Link: https://github.com/bipindr123/Openai_telegram_bot

(back to top)

Acknowledgments

(back to top)