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

XFEstudio/gpt4free

~

4829f3bf
Tekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -9
Modified README.md +1 -9
@@ -14,10 +14,6 @@ Install g4f with pip and then run:
14 14 ```py
15 15 python -m g4f.gui.run
16 16 ```
17 or
18 ```py
19 from g4f.gui import run_gui; run_gui()
20 ```
21 17 preview:
22 18
23 19 <img width="1470" alt="image" src="https://github.com/xtekky/gpt4free/assets/98614666/57ad818a-a0dd-4eae-83e1-3fff848ae040">
@@ -26,10 +22,6 @@ preview:
26 22 ```py
27 23 python -m g4f.interference.run
28 24 ```
29 or
30 ```py
31 from g4f.interference import run_interference; run_interference()
32 ```
33 25
34 26 ## Table of Contents
35 27
@@ -79,7 +71,7 @@ cd gpt4free
79 71 ```
80 72
81 73 3. (Recommended) Create a Python virtual environment:
82 You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments .
74 You can follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments.
83 75
84 76
85 77 ```