| --- |
| 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 |