Update README.md

This commit is contained in:
2025-12-29 19:09:53 +00:00
parent aaee8208e7
commit 10e9409cf9

View File

@@ -22,6 +22,7 @@ A Python bot that bridges XMPP group chats and direct messages with Large Langua
* **Image Recognition:** Users can send images (http/https or encrypted aesgcm) for the bot to analyze. * **Image Recognition:** Users can send images (http/https or encrypted aesgcm) for the bot to analyze.
* **Audio Transcription:** Users can send voice notes; the bot processes them using the LLM's audio capabilities. * **Audio Transcription:** Users can send voice notes; the bot processes them using the LLM's audio capabilities.
* **URL Context:** The bot can fetch URLs mentioned in chat, strip the HTML, and read the content to provide context-aware answers. (turn it off if you don't want people to post IP grabber links to bot) * **URL Context:** The bot can fetch URLs mentioned in chat, strip the HTML, and read the content to provide context-aware answers. (turn it off if you don't want people to post IP grabber links to bot)
* **Video Processing:** Users can send videos and YouTube links; the bot processes them using the LLM's video capabilities.
### Generative Tools ### Generative Tools
* **Image Generation (`!imagen`):** Generates images using **Cloudflare Workers AI Flux** (Black Forest Labs) and automatically uploads them to a file host. * **Image Generation (`!imagen`):** Generates images using **Cloudflare Workers AI Flux** (Black Forest Labs) and automatically uploads them to a file host.