Spico commited on
Commit
f167b10
·
1 Parent(s): 7a2c0ff

update readme

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -10,6 +10,25 @@ pinned: true
10
  license: apache-2.0
11
  ---
12
 
13
- # Writing Partner
14
 
15
  ChatGPT as a writing partner.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # ✒️ Writing Partner
14
 
15
  ChatGPT as a writing partner.
16
+
17
+ 🔥 We have a demo on https://huggingface.co/spaces/Spico/writing-comrade . Check it out!
18
+
19
+ ## 🚀 QuickStart
20
+
21
+ ```bash
22
+ $ git clone https://github.com/Spico197/writing-comrade
23
+ $ cd writing-comrade
24
+ $ pip install -r requirements.txt
25
+ $ python app.py
26
+ ```
27
+
28
+ ## ⚔️🥊Abilities
29
+
30
+ - Completion (文本补全): Let the model complete a story, or any texts
31
+ - Correction(文本纠错): Correcting grammar errors
32
+ - Polishing(文本润色): Polishing texts
33
+ - Paraphrase(文本改写): Text rewriting
34
+ - Freestyle(直接调用ChatGPT): This will call raw ChatGPT API without leading instruction prefixes, so you may want to use it as you've done on [the official ChatGPT website](https://chat.openai.com/)