XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

style(README): highlight markdown syntax Note section

c30a2ce1
Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -4
Modified README.md +4 -4
@@ -5,10 +5,10 @@ new discord server: [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5)
5 5 ![248433934-7886223b-c1d1-4260-82aa-da5741f303bb](https://github.com/xtekky/gpt4free/assets/98614666/ea012c87-76e0-496a-8ac4-e2de090cc6c9)
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