2 个仓库
Deployment strategies for packaging and running chat bots within container images.
Distinct from Containerized Bot Deployments: Shortlist candidates are either too specific to games or general server deployments; this targets the bot application type
Explore 2 awesome GitHub repositories matching devops & infrastructure · Containerized Bot Deployments. Refine with filters or upvote what's useful.
This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions as a relay that routes user prompts to an artificial intelligence service and returns the generated text responses to the user. The application uses session token authentication to access language model services via browser-extracted cookies. Access to the bot is managed through a whitelist controller that restricts interactions to a predefined list of authorized user identifiers. The system is designed for containerized deployment to ensure consistent execution across diffe
Deploys the messaging bridge as a container image to ensure consistent execution across servers.
This project is a WhatsApp chatbot that integrates large language models and image generation into the WhatsApp messaging platform. It acts as a bridge connecting WhatsApp messages to OpenAI services to provide automated text and visual responses. The bot features the ability to convert spoken audio messages into written text using automated speech recognition, facilitating conversational interactions via voice. It also functions as a generative image bot, creating custom visual assets from text descriptions. The system is designed for containerized deployment, using Docker to package the ap
Employs containerized deployment strategies to run the chat bot consistently across environments.