hotmemeh commited on
Commit
310eae5
Β·
verified Β·
1 Parent(s): 260787c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -14
README.md CHANGED
@@ -1,17 +1,34 @@
 
 
 
 
1
  ---
2
- title: Newspace
3
- emoji: πŸ’¬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.42.0
8
- app_file: app.py
9
- pinned: false
10
- hf_oauth: true
11
- hf_oauth_scopes:
12
- - inference-api
13
- license: apache-2.0
14
- short_description: new space
15
  ---
16
 
17
- 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
+ # πŸ€– Xortron7 β€” AI Chatbot
2
+
3
+ Welcome to **Xortron7**, a Gradio-powered chatbot running on [Hugging Face Spaces](https://huggingface.co/spaces/hotmemeh/newspace).
4
+
5
  ---
6
+
7
+ ## ✨ Features
8
+ - Built with [Gradio](https://www.gradio.app/) for an interactive chat UI.
9
+ - Powered by the **Mistral-Nemo-Instruct-2407** model.
10
+ - Xortron7 has a futuristic, slightly sarcastic personality (custom system prompt).
11
+ - Supports **streaming mode** (word-by-word replies) or **non-streaming mode** (full reply at once).
12
+
 
 
 
 
 
 
13
  ---
14
 
15
+ ## βš™οΈ How to Use
16
+ 1. Type your message in the input box.
17
+ 2. Hit `Enter` or click `Submit`.
18
+ 3. Chat with Xortron7 in real time.
19
+
20
+ ---
21
+
22
+ ## πŸ”§ Configuration
23
+ Inside `app.py` you can toggle reply style:
24
+ ```python
25
+ USE_STREAMING = True # Streaming mode
26
+ USE_STREAMING = False # Full-reply mode
27
+
28
+ license: apache-2.0
29
+ title: iRussi
30
+ sdk: gradio
31
+ emoji: πŸš€
32
+ colorFrom: red
33
+ colorTo: red
34
+ ---