How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
An OpenAI Teams Bot app to let you chat with OpenAI API in Microsoft Teams, similar to ChatGPT Teams Bot app
The main features of formulahendry/openai-teams-bot are: Integration Tools, Chatbot Integrations.
Projects with overlapping indexed features include: autumnwhj/chatgpt-wechat-bot — ChatGPT-wechat-bot is a chatbot automation system that integrates a large language model into WeChat to automatically… fuergaosi233/wechat-chatgpt — This project is a conversational AI bot that integrates large language models into WeChat accounts to provide… bestony/chatgpt-feishu — 给飞书准备的 ChatGPT 机器人. amrbashir/vite-plugin-tauri — Integrate Tauri in a Vite project to build cross-platform apps. astrodon/astrodon — Make Desktop apps with Deno 🦕. andy-5/wslgit — Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode).
This project is a conversational AI bot that integrates large language models into WeChat accounts to provide automated responses in private and group chats. Built on the WeChaty bot framework, it functions as a bridge that enables real-time conversational interactions between a messaging account and an AI model. The system acts as an AI multimedia gateway and context manager, supporting the generation of images from text and the transcription of audio files within the chat interface. It tracks interaction histories to manage token limits and maintains coherent conversations through custom sy
ChatGPT-wechat-bot is a chatbot automation system that integrates a large language model into WeChat to automatically generate and send replies in both private and group conversations. The project employs an event-driven pipeline that uses keyword-based trigger filtering and mention patterns to control when the bot responds. It manages multi-turn dialogues through stateful context management, which stores conversation history in memory and allows for session-based history clearing via designated commands. The system connects to remote models via API requests to handle automated messaging wor
Integrate Tauri in a Vite project to build cross-platform apps.