Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Cursor Rules Generator - Hugging Face Deployment
|
2 |
|
3 |
This repository contains a Cursor Rules Generator application that supports Gemini, OpenRouter, OpenAI API and all their models.
|
@@ -54,3 +65,5 @@ The application provides the following API endpoints:
|
|
54 |
## License
|
55 |
|
56 |
MIT
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Cursor Rules Generator
|
3 |
+
emoji: 🧩
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.13.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Cursor Rules Generator - Hugging Face Deployment
|
13 |
|
14 |
This repository contains a Cursor Rules Generator application that supports Gemini, OpenRouter, OpenAI API and all their models.
|
|
|
65 |
## License
|
66 |
|
67 |
MIT
|
68 |
+
|
69 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|