返回提交历史
Modified
README.md
+1
-9
XFEstudio/gpt4free
~
4829f3bf
代码差异
1 个文件
+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
```