Skip to content

Releases: father-bot/chatgpt_telegram_bot

Added GPT Vision Support to Telegram

02 Apr 13:09
d0eb9ee
Compare
Choose a tag to compare

Changes include:

  • Added new model.
  • Integrated GPT Vision API calls within the bot's message handling logic.

Usage:

  • Send a plain and compressed photo to the chat, don't forget to put a proper caption to it.
  • Wait for the response.
  • Profit!

What's Changed

New Contributors

Full Changelog: v1.4...v1.5

👩‍🎨 DALLE 2, Group Chats and new 10 new chat modes!

21 Apr 11:44
ada0f34
Compare
Choose a tag to compare

3 big so awaited updates are here. Update your code (git pull) and have fun with new features!

  1. DALLE 2:

    • Image generation is implemented as a separate chat mode 👩‍🎨 Artist. You can select it with /mode command
    • You can edit return_n_generated_images parameter in config.yml to adjust number of generated images for each text request
    • Money spent on image generation is carefully calculated (/balance command)
  2. Group Chat support:

    • There was an annoying problem – bot answered to all messages when it was added to group chat. Now it's fixed and bot answers only when it's @ tagged or when user replies to bot's message
    • Send /help_group_chat command to bot to get instructions on how to add bot to group chat. Video instruction is also available there
  3. New 10 chat modes:

    • Chat mode menu is updated. Fancy pagination is added
    • New chat modes:
      • 🇬🇧 English Tutor
      • 💡 Startup Idea Generator
      • 🧠 Psychologist
      • 🚀 Elon Musk
      • 🌟 Motivator
      • 💰 Money Maker
      • 📊 SQL Assistant
      • 🧳 Travel Guide
      • 🥒 Rick Sanchez (Rick and Morty)
      • 🧮 Accountant

Love. Fun. AI!

🪄 Real-time Message Streaming

15 Mar 16:33
1ba09de
Compare
Choose a tag to compare

I'm excited to announce new feature: 🪄Real-time Message Streaming
Now you don't have to wait until full answer is generated by ChatGPT – messages are streamed word-by-word in real-time.

I hope it will dramatically enhance your messaging experience, because it feels like magic! Just have a look:

🎤 Voice message recognition

08 Mar 18:19
0610ea2
Compare
Choose a tag to compare

Now you can send a voice message and ChatGPT will answer you!

It supports 99 languages and works even better than Telegram voice-to-text premium feature.

Powered by OpenAI Whisper API.

ChatGPT support

02 Mar 18:50
0779808
Compare
Choose a tag to compare

Recently OpenAI released their ChatGPT API. It's 10x cheaper and has native ability to maintain the context of the dialog.

Starting with this version ChatGPT API will be the default option for bot. If you want to use older text-davinci-003 API, you can set use_chatgpt_api: false in config/config.yml.

Let's go! 🍿