Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Local Bot API support #504

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add Local Bot API support #504

wants to merge 6 commits into from

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    dcfe47e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Revert "Add gpt-4-1106-preview to GPT_4_MODELS"

    This reverts commit dcfe47e.
    k3it committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    6024da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522cb72 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    df3eb84 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Add support for Local Bot API mode in Telegram bot

    The commit adds support for running the bot with a local instance of the Telegram Bot API which allows >20MB file uploads. Three new environment variables have been added to configure this mode. Also, related instructions and error messages have been updated to reflect these changes.
    k3it committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    82a417f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5877c96 View commit details
    Browse the repository at this point in the history