awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TBXark avatar

TBXark/ChatGPT-Telegram-Workers

0
View on GitHub↗
3,797 stars·888 forks·TypeScript·MIT·5 vuest.me/ChatGPT_Telegram_Workers↗

ChatGPT Telegram Workers

This project is a serverless framework for deploying Telegram bots that interface with large language models and AI image generators. It functions as an edge-based orchestrator and gateway that routes messages between the Telegram API and various AI service providers using a stateless architecture.

The system enables the management of multiple bot instances and allows for the dynamic switching of AI models and system prompts within a single chat interface. It distinguishes itself through a modular plugin system that allows for the injection of custom logic and specialized behaviors into the message processing flow.

The framework covers real-time content streaming to reduce perceived latency, the use of distributed key-value storage for session persistence, and support for both text and image generation. It utilizes event-driven orchestration to handle incoming requests without the need for dedicated server hardware.

Features

  • Chatbot Integrations - Provides a framework for connecting AI models to the Telegram messaging platform.
  • LLM Conversational Bots - Provides a serverless framework for deploying interactive Telegram agents powered by large language models and image generators.
  • Model Provider Integrations - Provides a unified interface for connecting and configuring multiple language model providers.
  • AI Gateways - Implements a unified interface for managing and routing requests across multiple AI model providers.
  • Language Model Orchestrators - Manages and routes prompts between multiple large language models using a unified interface.
  • Multi-Model AI Orchestrators - Implements an integration layer to route and switch between diverse AI providers during a session.
  • Persona Configurations - Allows loading distinct bot settings and system prompts to tailor AI behavioral personas.
  • Cloudflare Workers KV Stores - Utilizes Cloudflare Workers KV for low-latency persistence of user context and session state.
  • Serverless Hosting - Ships a stateless architecture using distributed key-value storage to manage user sessions without dedicated server hardware.
  • Cloudflare Workers Implementations - Implements an edge-based orchestrator built specifically on the Cloudflare Workers platform.
  • Serverless Deployment - Enables hosting bot logic on event-driven cloud environments without managing dedicated server hardware.
  • Serverless Orchestrators - Orchestrates ephemeral, event-driven functions to route messages between Telegram and AI providers.
  • Telegram Bot Frameworks - Provides a specialized framework for deploying and managing interactive AI agents on the Telegram platform.
  • Streaming Chat Responses - Implements incremental delivery of AI-generated text to create a more responsive real-time chat experience.
  • Dynamic Model Switching - Allows changing the active AI model or provider during a live session via interactive controls.
  • Real-Time Text Streaming - Delivers language model outputs in real-time token streams to minimize perceived latency.
  • Multi-Bot Instance Management - Supports the maintenance of several distinct bot accounts within a single serverless deployment.
  • Modular Bot Logic Extensions - Allows extending bot behavior and creating specialized AI personas through a modular plugin system.
  • Modular Plugin Architectures - Implements an architectural framework for extending message processing logic via a modular plugin system.
  • Plugin-Based Extensibility - Provides an architectural pattern for adding custom logic and specialized behaviors via plugins.
  • Prompt Presets - Enables switching between predefined sets of system instructions and model configurations during conversations.
  • Chatbot Integrations - Telegram bot optimized for Cloudflare Workers deployment.
  • Other Tools - Telegram bot for AI chat integration.

Historique des stars

Graphique de l'historique des stars pour tbxark/chatgpt-telegram-workersGraphique de l'historique des stars pour tbxark/chatgpt-telegram-workers

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait tbxark/chatgpt-telegram-workers ?

This project is a serverless framework for deploying Telegram bots that interface with large language models and AI image generators. It functions as an edge-based orchestrator and gateway that routes messages between the Telegram API and various AI service providers using a stateless architecture.

Quelles sont les fonctionnalités principales de tbxark/chatgpt-telegram-workers ?

Les fonctionnalités principales de tbxark/chatgpt-telegram-workers sont : Chatbot Integrations, LLM Conversational Bots, Model Provider Integrations, AI Gateways, Language Model Orchestrators, Multi-Model AI Orchestrators, Persona Configurations, Cloudflare Workers KV Stores.

Quelles sont les alternatives open-source à tbxark/chatgpt-telegram-workers ?

Les alternatives open-source à tbxark/chatgpt-telegram-workers incluent : vercel/vercel — Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure… lss233/chatgpt-mirai-qq-bot — This project is a messaging bot bridge and multi-model AI gateway that connects large language models to platforms… father-bot/chatgpt_telegram_bot — This project is a Telegram bot that integrates large language models, such as OpenAI and Claude, to provide an AI chat… memochou1993/gpt-ai-assistant — This project is a serverless application that integrates OpenAI models with the LINE messaging platform. It functions… vercel/geist-font — Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It… m1guelpf/chatgpt-telegram — This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions…

Alternatives open source à ChatGPT Telegram Workers

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ChatGPT Telegram Workers.
  • vercel/vercelAvatar de vercel

    vercel/vercel

    15,738Voir sur GitHub↗

    Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports

    TypeScriptclicloudcommand
    Voir sur GitHub↗15,738
  • lss233/chatgpt-mirai-qq-botAvatar de lss233

    lss233/chatgpt-mirai-qq-bot

    18,814Voir sur GitHub↗

    This project is a messaging bot bridge and multi-model AI gateway that connects large language models to platforms such as QQ, Telegram, and WeChat. It functions as an AI agent workflow engine, enabling the automation of private and group chat interactions across multiple social communication channels. The system features a multimodal chat interface capable of processing and sending text, voice, and AI-generated images. It includes a web-based management dashboard for administering AI model configurations, monitoring activity, and designing custom bot personalities and persona presets to cont

    Python
    Voir sur GitHub↗18,814
  • father-bot/chatgpt_telegram_botAvatar de father-bot

    father-bot/chatgpt_telegram_bot

    5,502Voir sur GitHub↗

    This project is a Telegram bot that integrates large language models, such as OpenAI and Claude, to provide an AI chat interface within the messaging app. It functions as a multi-model AI gateway that routes prompts to various providers via API keys and YAML configurations. The implementation includes a provider-agnostic routing system and response streaming to deliver text word-by-word. It distinguishes itself with a token-based cost tracker that calculates the monetary expenditure of API requests and a whitelist-based access control system to restrict usage to authorized users. The bot sup

    Pythonchat-gptchatbotopenai
    Voir sur GitHub↗5,502
  • memochou1993/gpt-ai-assistantAvatar de memochou1993

    memochou1993/gpt-ai-assistant

    7,743Voir sur GitHub↗

    This project is a serverless application that integrates OpenAI models with the LINE messaging platform. It functions as a bridge to enable real-time conversations, text generation, image creation, and speech-to-text transcription within the messaging interface. The system is designed for cloud-native deployment on Vercel, utilizing serverless functions and webhooks to handle API traffic. It features environment-driven configuration to manage bot personalities, API secrets, and access controls such as user or group limits. Beyond basic chat, the assistant includes conversational orchestratio

    JavaScript
    Voir sur GitHub↗7,743
Voir les 30 alternatives à ChatGPT Telegram Workers→