Spaces:
Sleeping
Sleeping
GitHub Bot commited on
Commit ·
07417bd
1
Parent(s): 35db168
Add comprehensive deployment guide with DashScope setup instructions
Browse files- Added DEPLOYMENT_GUIDE.md with complete setup instructions
- Documents environment variable configuration
- Includes security features and troubleshooting
- Provides deployment options for local, HF Spaces, and Docker
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multi Agent System
|
| 3 |
+
emoji: 📉
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|