milwright commited on
Commit
d19c554
·
verified ·
1 Parent(s): 5bebe3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,14 +1,27 @@
1
  ---
2
- title: Chatui Helper
3
- emoji: 🏆
4
- colorFrom: red
5
- colorTo: green
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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