henaiv2 / README.md
joashsam's picture
Upload 5 files
6e6967f verified
|
Raw
History Blame Contribute Delete
1.07 kB
metadata
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