Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,27 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.34.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license: gpl-3.0
|
11 |
-
short_description: Configure, download, and deploy a simple chat interface
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Chat UI Helper
|
3 |
+
emoji: 💬
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.34.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
+
# Chat UI Helper
|
13 |
+
|
14 |
+
A tool to help you create and configure chat interfaces for HuggingFace Spaces.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
1. **Spaces Configuration**: Generate ready-to-deploy packages for custom chat interfaces
|
19 |
+
2. **Chat Support**: Get chat configuration support from Gemma-2-27B
|
20 |
+
|
21 |
+
## Setup
|
22 |
+
|
23 |
+
Set your OpenRouter API key as a secret:
|
24 |
+
- Go to Settings → Variables and secrets
|
25 |
+
- Add secret: `OPENROUTER_API_KEY`
|
26 |
+
|
27 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|