Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title: ZEN
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
-
Paste **one OpenAI API key** (starts with `sk-`). The same key powers:
|
| 19 |
-
- **Text** with GPT-5 (or fallback to gpt-4o if your account lacks GPT-5 access)
|
| 20 |
-
- **Images** with **DALL·E 3** (highest quality requested when available)
|
| 21 |
-
|
| 22 |
-
If your account doesn’t have image permissions or runs out of quota, the app will simply skip the image and still return text.
|
| 23 |
-
|
| 24 |
-
## Quick Start
|
| 25 |
-
1) Create a **Gradio (Python)** Space.
|
| 26 |
-
2) Upload `app.py`, `requirements.txt`, and this `README.md`.
|
| 27 |
-
3) Click **Build** → paste your **OpenAI** key in the UI (starts with `sk-`) → ask anything.
|
| 28 |
-
|
| 29 |
-
### Notes
|
| 30 |
-
- Defaults to `gpt-4o` for maximum compatibility.
|
| 31 |
-
- If you have access to `gpt-5`, pick it from the dropdown.
|
| 32 |
-
- Image generation uses `gpt-image-1`. If your account lacks access, the app gracefully skips the image.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ZEN GPT-5 Production Tools
|
| 3 |
+
emoji: 💡
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
**Two tools in one Space:**
|
| 13 |
|
| 14 |
+
- **💬 Chat** — streaming GPT-5 messages (messages-format)
|
| 15 |
+
- **📄 Pro Brief** — upload PDFs/DOCX/TXT/MD/CSV and generate:
|
| 16 |
+
- Executive Brief
|
| 17 |
+
- Action Items
|
| 18 |
+
- Risks & Mitigations
|
| 19 |
+
- Meeting Minutes
|
| 20 |
+
- JSON Summary (machine-consumable)
|
| 21 |
|
| 22 |
+
Footer stamp: _Module 3 – ZEN SDK Production_. Keys are only used in-session.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|