• v.0.1.0 354e139201

    v.0.1.0 Stable

    upagge released this 2023-03-29 01:25:26 +03:00 | 0 commits to master since this release

    Continuing to work on improving the functionality

    New Features:

    • Access can be restricted by specifying a list of allowed users.
    • Support for multiple chats for one user
    • Ability to set behavior for the conversation, which will be preserved even when the context is cleared
    • Possibility to check expenses for the current month
    • Tells you how many tokens you spent to generate a response
    • Support Telegram Inline Mode

    Bugs Fix:

    • Now a long reply is split into several messages, so as not to exceed the limits of Telegram.
    Downloads
  • v.0.0.1 dcf30865a1

    v.0.0.1 Stable

    upagge released this 2023-03-16 01:26:18 +03:00 | 16 commits to master since this release

    Wow. The first release is ready. 48 hours from idea to first version 🎉

    Features:

    • ChatGPT replies to messages. GPT-3.5 model is used.
    • Chat context is held.
    • You can use /prompt command to ask a question out of context.
    • The /clear_context command allows you to clear the context of the conversation. As if you created a new chat with ChatGPT
    • Protection against unauthorized access. You specify your telegramId so that requests are accepted only from you.
    Downloads