Skip to content

Commit d29b967

Browse files
committed
Update README.md
1 parent ece4933 commit d29b967

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# docGPT
22

3-
4-
53
[English](./README.md) | [中文版](./README.zh-TW.md)
64

75
- Table of Contents
6+
- [What's new in version3?](#whats-new-in-version3)
87
- [Introduction](#introduction)
98
- [What's LangChain?](#whats-langchain)
109
- [How to Use docGPT?](#how-to-use-docgpt)
@@ -15,14 +14,15 @@
1514
* `Python 3.10.11`
1615
* `Langchain 0.0.218`
1716
* `Streamlit 1.22.0`
17+
* [more](./requirements.txt)
1818

19-
### docGPT-V2 vs docGPT-V3
19+
If you like this project, please give it a ⭐`Star` to support the developers~
2020

21-
In docGPT-V3, we introduced the usage of `gpt4free`, allowing users to use the application **for free without entering any API key or making payments**.
21+
### What's new in version3?
2222

23-
If you want to use the `gpt4free` free model, you need to select a `Provider` (default is `g4f.provider.ChatgptAi`).
23+
* We introduced the usage of `gpt4free`, **allowing users to use the application for free without entering any API key or making payments.**
2424

25-
(For more information about [`gpt4free`](https://github.com/xtekky/gpt4free), please refer to the source project).
25+
* If you want to use the `gpt4free` free model, you need to select a `Provider` (default is `g4f.provider.ChatgptAi`). For more information about [`gpt4free`](https://github.com/xtekky/gpt4free), please refer to the source project.
2626

2727
* Version2
2828
* Utilizes the **`openai` model**
@@ -40,7 +40,6 @@ If you want to use the `gpt4free` free model, you need to select a `Provider` (d
4040
<img src="img/2023-08-29-13-39-00.png" width="70%">
4141
</p>
4242

43-
If you like this project, please give it a ⭐`Star` to support the developers~
4443

4544
---
4645

README.zh-TW.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[English](./README.md) | [中文版](./README.zh-TW.md)
44

55
- 目錄
6+
- [What's new in version3?](#whats-new-in-version3)
67
- [Introduction](#introduction)
78
- [What's LangChain?](#whats-langchain)
89
- [How to Use docGPT?](#how-to-use-docgpt)
@@ -15,13 +16,14 @@
1516
* `Streamlit 1.22.0`
1617
* [more](./requirements.txt)
1718

18-
### docGPT-V2 vs docGPT-V3
19+
如果您喜歡這個專案,請給予⭐`Star`以支持開發者~
20+
1921

20-
我們在 docGPT-V3 引入 `gpt4free` 的調用,讓使用者可以在不輸入任何 api key、付費的情況下,**免費使用**該應用程序。
22+
### What's new in version3?
2123

22-
如果您要使用 `gpt4free` 免費模型,您需要選擇 `Provider` (預設是 `g4f.provider.ChatgptAi`)
24+
* 引入 `gpt4free` 的調用,**"讓使用者可以在不輸入任何 api key、付費的情況下,免費使用該應用程序"**
2325

24-
(更多 [`gpt4free`](https://github.com/xtekky/gpt4free) 的資訊請參考源專案)
26+
* 如果您要使用 `gpt4free` 免費模型,您需要選擇 `Provider` (預設是 `g4f.provider.ChatgptAi`),更多 [`gpt4free`](https://github.com/xtekky/gpt4free) 的資訊請參考源專案
2527

2628
* Version2
2729
* 使用 **`openai` 模型**
@@ -39,8 +41,6 @@
3941
<img src="img/2023-08-29-13-39-00.png" width="70%">
4042
</p>
4143

42-
如果您喜歡這個專案,請給予⭐`Star`以支持開發者~
43-
4444
---
4545

4646
### Introduction

0 commit comments

Comments
 (0)