返回提交历史
Modified
README.md
+4
-4
XFEstudio/gpt4free
style(README): highlight markdown syntax Note section
c30a2ce1
代码差异
1 个文件
+4
-4
@@ -5,10 +5,10 @@ new discord server: [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5)
5
5

6
6
7
7
8
> **Note**
9
> By using this repository or any code related to it, you agree to the [legal notice](https://github.com/xtekky/gpt4free/blob/main/LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
8
> [!Note]
9
> By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
10
10
11
> **Note**
11
> [!Note]
12
12
> Latest pypi version: [`0.1.8.2`](https://pypi.org/project/g4f/0.1.8.2)
13
13
```sh
14
14
pip install -U g4f
@@ -140,7 +140,7 @@ To stop the Docker containers, simply run:
140
140
docker compose down
141
141
```
142
142
143
> **Note**
143
> [!Note]
144
144
> When using Docker, any changes you make to your local files will be reflected in the Docker container thanks to the volume mapping in the `docker-compose.yml` file. If you add or remove dependencies, however, you'll need to rebuild the Docker image using `docker compose build`.
145
145
146
146
## 💡 Usage