JD-OpenManus-Engine / README.md
Jd Vijay
Fix README with proper YAML metadata
e3d56c8 verified
|
Raw
History Blame Contribute Delete
1.28 kB
---
title: JD OpenManus Engine
emoji: πŸ€–
colorFrom: indigo
colorTo: purple
sdk: gradio
sdkVersion: 4.0.0
app_port: 7860
pinned: false
license: mit
---
# JD OpenManus Engine
A sleek, dark-themed Web UI for AI Agent interactions - deployed on Hugging Face Spaces.
![Gradio](https://img.shields.io/badge/Gradio-4.x-blue) ![Python](https://img.shields.io/badge/Python-3.9+-green)
## 🌟 Features
- πŸ’¬ **Chat Interface** - Modern chat UI for communicating with AI agents
- βš™οΈ **Configuration Panel** - Configure Base URL, Model Name, and API Key
- πŸ“ **File Upload** - Support for uploading files and images
- πŸŒ™ **Dark Theme** - Sleek modern dark-themed UI
## πŸš€ Quick Start
1. Open the Space at: https://huggingface.co/spaces/YOUR_USERNAME/JD-OpenManus-Engine
2. Go to the **Chat** tab
3. Configure your API credentials:
- **Base URL**: e.g., `https://api.openai.com/v1`
- **Model Name**: e.g., `gpt-4-turbo`
- **API Key**: Your API key
4. Type a message and hit Send!
## πŸ“‹ Requirements
- Python 3.9+
- See `requirements.txt` for all dependencies
## πŸ”§ Deployment
This Space is configured to run with Gradio. Simply push to a Hugging Face Space with:
- `app.py` - Main application
- `requirements.txt` - Dependencies
## πŸ“„ License
MIT License