Spaces:
Configuration error
Configuration error
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Qwen3 Chat Space
|
| 2 |
+
|
| 3 |
+
A customizable Gradio chatbot UI for Hugging Face model: `Qwen/Qwen3-235B-A22B`
|
| 4 |
+
|
| 5 |
+
## 🔧 Setup Instructions (for Hugging Face Spaces)
|
| 6 |
+
|
| 7 |
+
1. Create a new **Gradio Space**
|
| 8 |
+
2. Upload all files in this folder
|
| 9 |
+
3. Go to **Settings → Secrets** and add:
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
Name: HF_TOKEN
|
| 13 |
+
Value: your_huggingface_token
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
4. Your chatbot is now ready!
|
| 17 |
+
|
| 18 |
+
## ✨ Features
|
| 19 |
+
|
| 20 |
+
- System prompt input
|
| 21 |
+
- Adjustable temperature, top_p, max_tokens, repetition penalty
|
| 22 |
+
- Real-time chat history
|