Chuan Hu commited on
Commit
0def5d5
·
unverified ·
1 Parent(s): 64c9bb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -6,7 +6,7 @@
6
  GUI for ChatGPT API
7
  <img width="1204" alt="截屏2023-03-03 13 59 46" src="https://user-images.githubusercontent.com/51039745/222643242-c0b90a54-8f07-4fb6-b88e-ef338fd80f49.png">
8
 
9
- ## 使用方式
10
 
11
  - 填入你的 OpenAI API 密钥
12
 
@@ -41,3 +41,8 @@ python3 ChuanhuChatbot.py
41
  ```
42
 
43
  如果还是不行,请先[安装Python](https://www.runoob.com/python/python-install.html)。
 
 
 
 
 
 
6
  GUI for ChatGPT API
7
  <img width="1204" alt="截屏2023-03-03 13 59 46" src="https://user-images.githubusercontent.com/51039745/222643242-c0b90a54-8f07-4fb6-b88e-ef338fd80f49.png">
8
 
9
+ ## 安装方式
10
 
11
  - 填入你的 OpenAI API 密钥
12
 
 
41
  ```
42
 
43
  如果还是不行,请先[安装Python](https://www.runoob.com/python/python-install.html)。
44
+
45
+ ## 使用技巧
46
+
47
+ - 使用System Prompt可以很有效地设定前提条件
48
+ - 对于长对话,可以使用“优化Tokens”按钮减少Tokens占用。