MZhaovo commited on
Commit
c31ac94
1 Parent(s): ce643d0

Move local readme to readme folder.

Browse files
README.md CHANGED
@@ -9,7 +9,7 @@
9
  <img src="https://user-images.githubusercontent.com/70903329/227087087-93b37d64-7dc3-4738-a518-c1cf05591c8a.png" alt="Logo" height="156">
10
  </a>
11
 
12
- <p align="center">
13
  <h3>为ChatGPT/ChatGLM/LLaMA等多种LLM提供了一个轻快好用的Web图形界面</h3>
14
  <p align="center">
15
  <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT/blob/main/LICENSE">
@@ -22,7 +22,7 @@
22
  <img alt="GitHub pull requests" src="https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram" />
23
  </a>
24
  <p>
25
- 实时回复 / 无限对话 / 保存对话 / 预设Prompt集 / 联网搜索 / 根据文件回答 <br />
26
  渲染LaTeX / 渲染表格 / 代码高亮 / 自动亮暗色切换 / 自适应界面 / “小而美”的体验 <br />
27
  自定义api-Host / 多参数可调 / 多API Key均衡负载 / 多用户显示 / 适配GPT-4 / 支持本地部署LLM
28
  </p>
@@ -41,22 +41,22 @@
41
  </div>
42
 
43
  ## 目录
44
- |[使用技巧](#使用技巧)|[安装方式](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程)|[常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题)| [给作者买可乐🥤](#捐款) |
45
- | ---- | ---- | ---- | --- |
 
46
 
47
  ## 使用技巧
48
 
49
  - 使用System Prompt可以很有效地设定前提条件。
50
  - 使用Prompt模板功能时,选择Prompt模板集合文件,然后从下拉菜单中选择想要的prompt。
51
- - 如果回答不满意,可以使用`重新生成`按钮再试一次
52
- - 对于长对话,可以使用`优化Tokens`按钮减少Tokens占用。
53
- - 输入框支持换行,按`shift enter`即可。
54
  - 可以在输入框按上下箭头在输入历史之间切换
55
- - 部署到服务器:将程序最后一句改成`demo.launch(server_name="0.0.0.0", server_port=<你的端口号>)`。
56
- - 获取公共链接:将程序最后一句改成`demo.launch(share=True)`。注意程序必须在运行,才能通过公共链接访问。
57
  - 在Hugging Face上使用:建议在右上角 **复制Space** 再使用,这样App反应可能会快一点。
58
 
59
-
60
  ## 安装方式、使用方式
61
 
62
  请查看[本项目的wiki页面](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程)。
 
9
  <img src="https://user-images.githubusercontent.com/70903329/227087087-93b37d64-7dc3-4738-a518-c1cf05591c8a.png" alt="Logo" height="156">
10
  </a>
11
 
12
+ <p align="center">
13
  <h3>为ChatGPT/ChatGLM/LLaMA等多种LLM提供了一个轻快好用的Web图形界面</h3>
14
  <p align="center">
15
  <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT/blob/main/LICENSE">
 
22
  <img alt="GitHub pull requests" src="https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram" />
23
  </a>
24
  <p>
25
+ 流式传输 / 无限对话 / 保存对话 / 预设Prompt集 / 联网搜索 / 根据文件回答 <br />
26
  渲染LaTeX / 渲染表格 / 代码高亮 / 自动亮暗色切换 / 自适应界面 / “小而美”的体验 <br />
27
  自定义api-Host / 多参数可调 / 多API Key均衡负载 / 多用户显示 / 适配GPT-4 / 支持本地部署LLM
28
  </p>
 
41
  </div>
42
 
43
  ## 目录
44
+
45
+ | [使用技巧](#使用技巧) | [安装方式](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程) | [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) | [给作者买可乐🥤](#捐款) |
46
+ | ------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------- |
47
 
48
  ## 使用技巧
49
 
50
  - 使用System Prompt可以很有效地设定前提条件。
51
  - 使用Prompt模板功能时,选择Prompt模板集合文件,然后从下拉菜单中选择想要的prompt。
52
+ - 如果回答不满意,可以使用 `重新生成`按钮再试一次
53
+ - 对于长对话,可以使用 `优化Tokens`按钮减少Tokens占用。
54
+ - 输入框支持换行,按 `shift enter`即可。
55
  - 可以在输入框按上下箭头在输入历史之间切换
56
+ - 部署到服务器:将程序最后一句改成 `demo.launch(server_name="0.0.0.0", server_port=<你的端口号>)`。
57
+ - 获取公共链接:将程序最后一句改成 `demo.launch(share=True)`。注意程序必须在运行,才能通过公共链接访问。
58
  - 在Hugging Face上使用:建议在右上角 **复制Space** 再使用,这样App反应可能会快一点。
59
 
 
60
  ## 安装方式、使用方式
61
 
62
  请查看[本项目的wiki页面](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程)。
README_en.md → readme/README_en.md RENAMED
@@ -9,7 +9,7 @@
9
  <img src="https://user-images.githubusercontent.com/70903329/227087087-93b37d64-7dc3-4738-a518-c1cf05591c8a.png" alt="Logo" height="156">
10
  </a>
11
 
12
- <p align="center">
13
  <h3>Lightweight and User-friendly Web-UI for LLMs including ChatGPT/ChatGLM/LLaMA</h3>
14
  <p align="center">
15
  <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT/blob/main/LICENSE">
@@ -22,7 +22,7 @@
22
  <img alt="GitHub pull requests" src="https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram" />
23
  </a>
24
  <p>
25
- Real-time replies / Unlimited conversations / Save history / Preset prompts / Chat with files / Web search <br />
26
  LaTeX rendering / Table rendering / Code highlighting <br />
27
  Auto dark mode / Adaptive web interface / WeChat-like theme <br />
28
  Multi-parameters tuning / Multi-API-Key support / Multi-user support <br />
@@ -45,11 +45,12 @@
45
  </div>
46
 
47
  ## Usage Tips
 
48
  - To better control the ChatGPT, use System Prompt.
49
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
50
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
51
- - To start a new line in the input box, press <kbd>Shift</kbd> + <kbd>Enter</kbd> keys.
52
- - To quickly switch between input history, press <kbd>↑</kbd> and <kbd>↓</kbd> key in the input box.
53
  - To deploy the program onto a server, change the last line of the program to `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`.
54
  - To get a public shared link, change the last line of the program to `demo.launch(share=True)`. Please be noted that the program must be running in order to be accessed via a public link.
55
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
@@ -71,7 +72,7 @@ python ChuanhuChatbot.py
71
  A browser window will open and you will be able to chat with ChatGPT.
72
 
73
  > **Note**
74
- >
75
  > Please check our [wiki page](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程) for detailed instructions.
76
 
77
  ## Troubleshooting
 
9
  <img src="https://user-images.githubusercontent.com/70903329/227087087-93b37d64-7dc3-4738-a518-c1cf05591c8a.png" alt="Logo" height="156">
10
  </a>
11
 
12
+ <p align="center">
13
  <h3>Lightweight and User-friendly Web-UI for LLMs including ChatGPT/ChatGLM/LLaMA</h3>
14
  <p align="center">
15
  <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT/blob/main/LICENSE">
 
22
  <img alt="GitHub pull requests" src="https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram" />
23
  </a>
24
  <p>
25
+ Streaming / Unlimited conversations / Save history / Preset prompts / Chat with files / Web search <br />
26
  LaTeX rendering / Table rendering / Code highlighting <br />
27
  Auto dark mode / Adaptive web interface / WeChat-like theme <br />
28
  Multi-parameters tuning / Multi-API-Key support / Multi-user support <br />
 
45
  </div>
46
 
47
  ## Usage Tips
48
+
49
  - To better control the ChatGPT, use System Prompt.
50
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
51
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
52
+ - To start a new line in the input box, press `<kbd>`Shift`</kbd>` + `<kbd>`Enter`</kbd>` keys.
53
+ - To quickly switch between input history, press `<kbd>`↑`</kbd>` and `<kbd>`↓`</kbd>` key in the input box.
54
  - To deploy the program onto a server, change the last line of the program to `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`.
55
  - To get a public shared link, change the last line of the program to `demo.launch(share=True)`. Please be noted that the program must be running in order to be accessed via a public link.
56
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
 
72
  A browser window will open and you will be able to chat with ChatGPT.
73
 
74
  > **Note**
75
+ >
76
  > Please check our [wiki page](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程) for detailed instructions.
77
 
78
  ## Troubleshooting
README_ja.md → readme/README_ja.md RENAMED
File without changes