makekali commited on
Commit
1c54c52
Β·
verified Β·
1 Parent(s): 6819b5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -14
README.md CHANGED
@@ -1,14 +1,28 @@
1
- ---
2
- title: CodingAi
3
- emoji: πŸ’¬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Execellent Coding Ai
12
- ---
13
-
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Qwen3 Coding Chatbot on Hugging Face Spaces
2
+
3
+ This is a Gradio-based chatbot UI for the finetuned model [`rohitnagareddy/Qwen3-0.6B-Coding-Finetuned-v1`](https://huggingface.co/rohitnagareddy/Qwen3-0.6B-Coding-Finetuned-v1), deployed with Hugging Face API.
4
+
5
+ ## πŸ’‘ Features
6
+
7
+ - Chat with the coding-focused LLM
8
+ - Download full chat history
9
+ - Clear conversation
10
+ - Uses Gradio `Blocks` and `Chatbot` with `messages` format
11
+ - Hugging Face API Integration (via `HF_TOKEN` secret)
12
+
13
+ ## πŸ” Setup (for Hugging Face Spaces)
14
+
15
+ 1. Go to **Settings β†’ Repository secrets**
16
+ 2. Add `HF_TOKEN` with your Hugging Face API token
17
+ 3. Done βœ…
18
+
19
+ ## πŸš€ Run locally
20
+
21
+ ```bash
22
+ export HF_TOKEN=your_token_here
23
+ python app.py
24
+ ```
25
+
26
+ ## πŸ“„ License
27
+
28
+ Open source for educational use.