feat: add Hugging Face Spaces metadata to README
Browse files- Add YAML frontmatter with Space configuration
- Configure Streamlit SDK with app.py entry point
- Set purple-to-blue gradient theme
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Cascade π
|
| 2 |
|
| 3 |
**Intelligent LLM Request Router** - Reduce API costs by 60%+ through smart routing and semantic caching.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Cascade - Intelligent LLM Router
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.31.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Cascade π
|
| 13 |
|
| 14 |
**Intelligent LLM Request Router** - Reduce API costs by 60%+ through smart routing and semantic caching.
|