返回提交历史
Modified
README.md
+5
-8
XFEstudio/gpt4free
~
f07395f8
代码差异
1 个文件
+5
-8
@@ -10,12 +10,11 @@ By using this repository or any code related to it, you agree to the [legal noti
10
10
pip install -U g4f
11
11
```
12
12
13
## Table of Contents:
13
## Table of Contents
14
14
15
- [Table of Contents:](#table-of-contents)
16
15
- [Getting Started](#getting-started)
17
- [Prerequisites:](#prerequisites)
18
- [Setting up the project:](#setting-up-the-project)
16
- [Prerequisites](#prerequisites)
17
- [Setting up the project](#setting-up-the-project)
19
18
- [Install using pypi](#install-using-pypi)
20
19
- [Install using docker](#setting-up-with-docker)
21
20
- [Usage](#usage)
@@ -28,7 +27,6 @@ pip install -U g4f
28
27
- [Contribute](#contribute)
29
28
- [Contributors](#contributors)
30
29
- [Copyright](#copyright)
31
- [Copyright Notice](#copyright-notice)
32
30
- [Star History](#star-history)
33
31
34
32
## Getting Started
@@ -521,15 +519,14 @@ for message in response:
521
519
```
522
520
523
521
## Contributors
522
524
523
A list of the contributors is available [here](https://github.com/xtekky/gpt4free/graphs/contributors)
525
524
The [`Vercel.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210), which is licenced under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
526
525
527
## Copyright:
526
## Copyright
528
527
529
528
This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
530
529
531
## Copyright Notice:
532
533
530
```
534
531
xtekky/gpt4free: Copyright (C) 2023 xtekky
535
532