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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -28
README.md CHANGED
@@ -1,28 +1,9 @@
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.
 
1
+ ---
2
+ license: mit
3
+ title: Coding AI
4
+ sdk: gradio
5
+ emoji: πŸ†
6
+ colorFrom: gray
7
+ colorTo: blue
8
+ short_description: Execellent Coding AI
9
+ ---