返回提交历史
Modified
README.md
+1
-1
Modified
g4f/__init__.py
+1
-1
Modified
setup.py
+1
-1
XFEstudio/gpt4free
~ | g4f `v-0.1.8.2`
eae81e74
代码差异
3 个文件
+3
-3
@@ -9,7 +9,7 @@ new discord server: [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5)
9
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
11
> **Note**
12
> Latest pypi version: [`0.1.8.1`](https://pypi.org/project/g4f/0.1.8.1)
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
15
15
```
@@ -5,7 +5,7 @@ from .Provider import BaseProvider, RetryProvider
5
5
from .typing import Messages, CreateResult, Union, List
6
6
from . import debug
7
7
8
version = '0.1.8.1'
8
version = '0.1.8.2'
9
9
version_check = True
10
10
11
11
def check_pypi_version() -> None:
@@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh:
11
11
with open('requirements.txt') as f:
12
12
required = f.read().splitlines()
13
13
14
VERSION = '0.1.8.1'
14
VERSION = '0.1.8.2'
15
15
DESCRIPTION = (
16
16
'The official gpt4free repository | various collection of powerful language models'
17
17
)