返回提交历史
Modified
README.md
+2
-35
XFEstudio/gpt4free
~
c1f36a85
代码差异
1 个文件
+2
-35
@@ -7,42 +7,9 @@ By using this repository or any code related to it, you agree to the [legal noti
7
7
pip install -U g4f
8
8
```
9
9
10
or if you just want to use the gui or interference api, install with [pipx](https://pypa.github.io/pipx/)
11
12
```sh
13
pipx install g4f
14
```
15
16
10
## New features
17
- Telegram Channel: https://t.me/g4f_channel
18
- g4f GUI is back !!:
19
Install g4f with pip and then run:
20
21
```sh
22
g4f gui
23
```
24
25
or
26
27
```sh
28
python -m g4f.gui.run
29
```
30
31
preview:
32
33
<img width="1470" alt="image" src="https://github.com/xtekky/gpt4free/assets/98614666/a767290f-d29c-471c-9db4-6905d1cb6489">
34
35
- run interference api from pypi package:
36
37
```sh
38
g4f api
39
```
40
41
or
42
43
```py
44
python -m g4f.interference.run
45
```
11
* Telegram Channel: [t.me/g4f_channel](https://t.me/g4f_channel)
12
* g4f documentation (unfinished): [docs.g4f.ai](https://docs.g4f.ai) | Contribute to the docs via: [github.com/xtekky/gpt4free-docs](https://github.com/xtekky/gpt4free-docs)
46
13
47
14
## Table of Contents
48
15