ayushm98 commited on
Commit
65124e6
Β·
1 Parent(s): 1f9ceed

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

Files changed (1) hide show
  1. README.md +11 -0
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.