--- title: HenAi AI Assistant emoji: 🐔 colorFrom: purple colorTo: indigo sdk: docker app_port: 7860 pinned: false license: mit --- # HenAi - Multi-Provider AI Assistant An all-in-one AI assistant with document processing, image generation, media search, and more! ## Features - 🤖 AI Chat (Pollinations.ai + OpenRouter) - 🎨 Free Image Generation - 📄 Document Creation & Processing - 🔍 Unified File Search - 🖼️ Media Search (Images & Videos) - 💻 Built-in IDE Workspace - 📁 File Management System ## Environment Variables Required Set these in your Space settings under "Repository secrets": - `OPENROUTER_API_KEY` - For AI code generation - `PIXABAY_API_KEY` - For image search - `PEXELS_API_KEY` - For video search - `TWELVELABS_API_KEY` - For video analysis (optional) - `GIPHY_API_KEY` - For GIF search (optional) ## Usage Simply type your message and press Send! Use commands like: - `/help` - Show all commands - `/generate sunset` - Generate an image - `/search query` - Search the web - `/code print('hello')` - Execute Python code